You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this 3.0 migration a known issue or should I give a code example on my Build Configurations?
EDIT:
java.lang.RuntimeException: Unable to get provider inc.together.module.database.provider.EventMemberRequestUserProvider: java.lang.ClassNotFoundException: Didn't find class "inc.together.module.database.provider.EventMemberRequestUserProvider" on path: DexPathList[[....]]
The text was updated successfully, but these errors were encountered:
Hello I refered to the Migration Guide of Android Studio 3.0 in my Project. https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html
But now I get a ClassNotFound on the generated Provider-Classes and a warning that it can't be found on the DexPathList althought it compiles with:
annotationProcessor 'net.simonvt.schematic:schematic-compiler:0.7.0'
compile 'net.simonvt.schematic:schematic:0.7.0'
Is this 3.0 migration a known issue or should I give a code example on my Build Configurations?
EDIT:
java.lang.RuntimeException: Unable to get provider inc.together.module.database.provider.EventMemberRequestUserProvider: java.lang.ClassNotFoundException: Didn't find class "inc.together.module.database.provider.EventMemberRequestUserProvider" on path: DexPathList[[....]]
The text was updated successfully, but these errors were encountered: