java.lang.RuntimeException: Unable to instantiate application com.hellopal.android.ProgramController: java.lang.ClassNotFoundException: Didn't find class "com.hellopal.android.ProgramController" on path: DexPathList[[zip file "/data/app/com.hellopal.android-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.hellopal.android-2, /vendor/lib, /system/lib]]
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
A required library class, SdkReceiver, is not loaded. Make sure your SDK classpath is configured correctly in the environment variable or use the -cp or -classpath option if running on the command line, to point to your SDK jar files.
You need to setup a GlideModule before use Glide.
Solutions on the web
via Stack Overflow by user2358864
, 1 year agovia Stack Overflow by Marsapp
, 1 year agovia Stack Overflow by astazou
, 1 year agovia GitHub by dmfrey
, 2 years agovia GitHub by billmeek
, 7 months agovia Stack Overflow by cheng
, 10 months agojava.lang.ClassNotFoundException: Didn't find class "com.hellopal.android.ProgramController" on path: DexPathList[[zip file "/data/app/com.hellopal.android-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.hellopal.android-2, /vendor/lib, /system/lib]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:67)
at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
at android.app.Instrumentation.newApplication(Instrumentation.java:981)
at android.app.LoadedApk.makeApplication(LoadedApk.java:502)