When will Robolectric be compatible with Android SDK 29? Did I upgraded too early by changing targetSdkVersion and compileSdkVersion to 29?
targetSdkVersion
compileSdkVersion
Create a robolectric.properties file inside the app/src/test/resources directory with the following line:
robolectric.properties
app/src/test/resources
sdk=28
This will force Robolectric to use API 28 instead of 29.