ClassLoader icon indicating copy to clipboard operation
ClassLoader copied to clipboard

Loading apks or classes without reinstalling your app.

Results 7 ClassLoader issues
Sort by recently updated
recently updated
newest added

I got runtime error as follow: `FATAL EXCEPTION: main Process: com.example.application, PID: 12628 java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.application/com.example1.plugin.MainActivity}: java.lang.ClassNotFoundException: Didn't find class "com.example1.plugin.MainActivity" on path: DexPathList[[zip file "/data/app/com.example.application-W9VpbiNaMzP9jEiSHXvWhA==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.application-W9VpbiNaMzP9jEiSHXvWhA==/lib/arm, /data/app/com.example.application-W9VpbiNaMzP9jEiSHXvWhA==/base.apk!/lib/armeabi-v7a,...

I read the comments of the last issue. However, MainActivity of Resource1 is extends Activity, and MainActivity of Resource2 is extends AppCompatActivity. And these things work well. How is that...

When I switch from activity to appcompatactivity error occurs `FATAL EXCEPTION: main Process: com.test.jslibdexclassloader, PID: 18392 java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation at android.support.v7.widget.Toolbar.onSaveInstanceState(Toolbar.java:1409) at android.view.View.dispatchSaveInstanceState(View.java:12801)...

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.catherine.classloader/com.catherine.resource2.MainActivity}: android.content.res.Resources$NotFoundException: Drawable com.catherine.classloader:dimen/activity_vertical_margin with resource ID #0x7f060053

App got crash when click Lunch activity button