Hello,
My app runs fine when I use the default package you guys provide in the App template.
However when I change it to something custom it will never run with this error:
: java.lang.RuntimeException: Unable to instantiate application pl.cluain.myApp.CoronaApplication: java.lang.ClassNotFoundException: Didn't find class "pl.cluain.myApp.CoronaApplication" on path: DexPathList[[zip file "/data/app/pl.cluain.myApp-2.apk"],nativeLibraryDirectories=[/data/app-lib/pl.cluain.myApp-2, /vendor/lib, /system/lib]
Why would that be?
I have changed the directories, I have updated AndroidManifest, there’s no hint of the old package anywhere in the directory, however it will still not build properly.
Any ideas?
Thanks
Krystian