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

ERROR: "Link of class 'Lorg/cyanogenmod/focal/FocusManager;' failed", branch cm-10.1 failed to run on android 4.0.4 #63

Open
zhangxaochen opened this issue Sep 15, 2014 · 0 comments

Comments

@zhangxaochen
Copy link

I see the FocusManager.java file is just there, while the logcat says: Link of class 'Lorg/cyanogenmod/focal/FocusManager;' failed
The full logcat is here:
http://codepad.org/dO06Zr5C

Link of class 'Lorg/cyanogenmod/focal/FocusManager;' failed
09-15 12:38:50.092: W/dalvikvm(623): Link of class 'Lorg/cyanogenmod/focal/FocusManager;' failed
09-15 12:38:50.092: W/dalvikvm(623): Link of class 'Lorg/cyanogenmod/focal/FocusManager;' failed
09-15 12:38:50.092: W/dalvikvm(623): VFY: unable to resolve virtual method 3112: 
Lorg/cyanogenmod/focal/FocusManager;.refocus ()V

why .refocus() is "virtual method"? isn't the method is defined in the java file?

and this also confuses me ;(

09-15 12:38:51.713: E/AndroidRuntime(623): FATAL EXCEPTION: main
09-15 12:38:51.713: E/AndroidRuntime(623): java.lang.NoClassDefFoundError: org.cyanogenmod.focal.FocusManager
09-15 12:38:51.713: E/AndroidRuntime(623):  at org.cyanogenmod.focal.CameraActivity$7.run(CameraActivity.java:658)
09-15 12:38:51.713: E/AndroidRuntime(623):  at android.os.Handler.handleCallback(Handler.java:605)
09-15 12:38:51.713: E/AndroidRuntime(623):  at android.os.Handler.dispatchMessage(Handler.java:92)
09-15 12:38:51.713: E/AndroidRuntime(623):  at android.os.Looper.loop(Looper.java:137)
09-15 12:38:51.713: E/AndroidRuntime(623):  at android.app.ActivityThread.main(ActivityThread.java:4449)
09-15 12:38:51.713: E/AndroidRuntime(623):  at java.lang.reflect.Method.invokeNative(Native Method)
09-15 12:38:51.713: E/AndroidRuntime(623):  at java.lang.reflect.Method.invoke(Method.java:511)
09-15 12:38:51.713: E/AndroidRuntime(623):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:787)
09-15 12:38:51.713: E/AndroidRuntime(623):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:554)
09-15 12:38:51.713: E/AndroidRuntime(623):  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