AndroidStudioAndRobolectric
AndroidStudioAndRobolectric copied to clipboard
NoClassDefFoundError: android/content/Context
Tracked at: https://code.google.com/p/android/issues/detail?id=160024 This error can be removed by running an unit test from the main module first.
This issue can be reproduced with library modules. Open project with Android Studio
- clean project
- run tests from library module
and removed by
- run tests from app module
- run tests from library module