I'm trying to use Robolectric to test my Android application, and I always get the following warning:
WARNING: no system properties value for ro.build.date.utc
Any idea how to fix it?
I'm trying to use Robolectric to test my Android application, and I always get the following warning:
WARNING: no system properties value for ro.build.date.utc
Any idea how to fix it?
It appears that lots of people are having this issue, and it causes no harm. So I would say just suppress that warning. Check out Suppressing Lint Warnings. Also this has been asked on Stack Overflow before.