Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ git clone https://github.com/ganadist/VersionCodeDemo -b robo48_compile_error $ cd VersionCodeDemo $ ./gradlew :app:testDevelopDebugUnitTest > Task :app:compileDevelopDebugUnitTestJavaWithJavac FAILED app/src/test/java/com/example/myapplication/TelephonyTest.java:24: error: cannot access BackdropFrameRenderer ShadowTelephonyManager shadow = Shadows.shadowOf(tM); ^ class file for com.android.internal.policy.BackdropFrameRenderer not found 1 error FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered:
Fixed by #7284.
Sorry, something went wrong.
Hi @ganadist , could you test 4.8.1 to check whether it fixes your problem? Thanks.
@utzcoz , Sure, I already tested, and 4.8.1 fixed my problem. Thank you very much!
4.8.1
@ganadist Thanks for testing.
4.8.1 REALLY works.
Successfully merging a pull request may close this issue.
Description
Steps to Reproduce
Robolectric & Android Version
Link to a public git repo demonstrating the problem:
The text was updated successfully, but these errors were encountered: