You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
why
.refocus()
is "virtual method"? isn't the method is defined in the java file?and this also confuses me ;(
The text was updated successfully, but these errors were encountered: