Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/argusapm/android/aop/TraceActivity; #41

Open
manwuyuantao opened this issue May 17, 2019 · 0 comments

Comments

@manwuyuantao
Copy link

Process: com.shensz.parents.debug, PID: 24850
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/argusapm/android/aop/TraceActivity;
at android.support.multidex.MultiDexApplication.attachBaseContext(MultiDexApplication.java:38)
at android.app.Application.attach(Application.java:237)
at android.app.Instrumentation.newApplication(Instrumentation.java:1122)
at android.app.LoadedApk.makeApplication(LoadedApk.java:1065)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5919)
at android.app.ActivityThread.access$1200(ActivityThread.java:200)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1673)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:207)
at android.app.ActivityThread.main(ActivityThread.java:6809)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:876)
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.argusapm.android.aop.TraceActivity" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.shensz.parents.debug-4h0ww9nUXyRU5HYSAMlC8Q==/base.apk"],nativeLibraryDirectories=[/data/app/com.shensz.parents.debug-4h0ww9nUXyRU5HYSAMlC8Q==/lib/arm, /data/app/com.shensz.parents.debug-4h0ww9nUXyRU5HYSAMlC8Q==/base.apk!/lib/armeabi, /system/lib, /vendor/lib]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:171)
at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
at android.support.multidex.MultiDexApplication.attachBaseContext(MultiDexApplication.java:38) 
at android.app.Application.attach(Application.java:237) 
at android.app.Instrumentation.newApplication(Instrumentation.java:1122) 
at android.app.LoadedApk.makeApplication(LoadedApk.java:1065) 
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5919) 
at android.app.ActivityThread.access$1200(ActivityThread.java:200) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1673) 
at android.os.Handler.dispatchMessage(Handler.java:106) 
at android.os.Looper.loop(Looper.java:207) 
at android.app.ActivityThread.main(ActivityThread.java:6809) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:876) 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant