Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android test "ro.build.date.utc" warning

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?

like image 592
Ron Tesler Avatar asked Nov 12 '22 01:11

Ron Tesler


1 Answers

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.

like image 103
DanFredell Avatar answered Nov 15 '22 11:11

DanFredell