After I import this module, there is a NoClassDefFoundError
peacericky opened this issue · 2 comments
peacericky commented
java.lang.NoClassDefFoundError: Failed resolution of: Lcomp5216/sydney/edu/au/cheffle/MainActivity;
So I remove the module and the gradle-nexus-plugin:2.3.1 in buildscript, but it still happends
peacericky commented
Caused by: java.lang.ClassNotFoundException: Didn't find class "comp5216.sydney.edu.au.cheffle.MainActivity" on path: DexPathList[[zip file "/data/app/comp5216.sydney.edu.au.cheffle-2/base.apk"],nativeLibraryDirectories=[/data/app/comp5216.sydney.edu.au.cheffle-2/lib/arm64, /vendor/lib64, /system/lib64]]
Is it a problem about the misusing of the appcompat? How should I do?
oleg-vasiliev commented
Didn't find class "comp5216.sydney.edu.au.cheffle.MainActivity"
This error is not related to the library.