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

请教大神,为什么我运行Demo的时候会出现这个错误Could not find class 'com.morgoo.myjavahook.HookTest$1', #5

Open
116913829 opened this issue Jun 11, 2015 · 0 comments

Comments

@116913829
Copy link

06-11 19:45:25.777: E/dalvikvm(6271): Could not find class 'com.morgoo.myjavahook.HookTest$1', referenced from method com.morgoo.myjavahook.HookTest.main
06-11 19:45:25.783: E/AndroidRuntime(6271): FATAL EXCEPTION: main
06-11 19:45:25.783: E/AndroidRuntime(6271): Process: com.morgoo.zhooklib, PID: 6271
06-11 19:45:25.783: E/AndroidRuntime(6271): java.lang.NoClassDefFoundError: com.morgoo.myjavahook.HookTest$1
06-11 19:45:25.783: E/AndroidRuntime(6271): at com.morgoo.myjavahook.HookTest.main(HookTest.java:57)
06-11 19:45:25.783: E/AndroidRuntime(6271): at com.morgoo.myjavahook.MainActivity.onCreate(MainActivity.java:20)
06-11 19:45:25.783: E/AndroidRuntime(6271): at android.app.Activity.performCreate(Activity.java:5477)
06-11 19:45:25.783: E/AndroidRuntime(6271): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1090)
06-11 19:45:25.783: E/AndroidRuntime(6271): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2321)
06-11 19:45:25.783: E/AndroidRuntime(6271): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
06-11 19:45:25.783: E/AndroidRuntime(6271): at android.app.ActivityThread.access$800(ActivityThread.java:151)
06-11 19:45:25.783: E/AndroidRuntime(6271): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1343)
06-11 19:45:25.783: E/AndroidRuntime(6271): at android.os.Handler.dispatchMessage(Handler.java:110)
06-11 19:45:25.783: E/AndroidRuntime(6271): at android.os.Looper.loop(Looper.java:193)
06-11 19:45:25.783: E/AndroidRuntime(6271): at android.app.ActivityThread.main(ActivityThread.java:5365)
06-11 19:45:25.783: E/AndroidRuntime(6271): at java.lang.reflect.Method.invokeNative(Native Method)
06-11 19:45:25.783: E/AndroidRuntime(6271): at java.lang.reflect.Method.invoke(Method.java:515)
06-11 19:45:25.783: E/AndroidRuntime(6271): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:829)
06-11 19:45:25.783: E/AndroidRuntime(6271): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:645)
06-11 19:45:25.783: E/AndroidRuntime(6271): at dalvik.system.NativeStart.main(Native Method)

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