-
Notifications
You must be signed in to change notification settings - Fork 33
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
FC Settings #26
Comments
Can you tell me what's your device name and version code? |
My device is Sky IM-A870 (ef52l), mkl-mr1. After I sync new mokee source, build ok, but Settings is force close. |
Have you remove any files in vendor/mk? |
No, I did not! |
This error file "/system/priv-app/Settings/Settings.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libjpush174.so" |
try compile a image? Best Regards Email:martincz@mokeedev.com MoKee OpenSource Team 原始邮件 This error file "/system/priv-app/Settings/Settings.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libjpush174.so" |
What you say? I dont understand. |
@CryToCry96 @martincz I also have this problem. Each boot will like this. |
E/AndroidRuntime( 2506): FATAL EXCEPTION: main
E/AndroidRuntime( 2506): Process: com.android.settings, PID: 2506
E/AndroidRuntime( 2506): java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/priv-app/Settings/Settings.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libjpush174.so"
E/AndroidRuntime( 2506): at java.lang.Runtime.loadLibrary(Runtime.java:366)
E/AndroidRuntime( 2506): at java.lang.System.loadLibrary(System.java:988)
E/AndroidRuntime( 2506): at cn.jpush.android.service.PushProtocol.(Unknown Source)
E/AndroidRuntime( 2506): at cn.jpush.android.service.ServiceInterface.a(Unknown Source)
E/AndroidRuntime( 2506): at cn.jpush.android.api.JPushInterface.init(Unknown Source)
E/AndroidRuntime( 2506): at com.mokee.helper.MoKeeApplication.onCreate(MoKeeApplication.java:89)
E/AndroidRuntime( 2506): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime( 2506): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4588)
E/AndroidRuntime( 2506): at android.app.ActivityThread.access$1600(ActivityThread.java:154)
E/AndroidRuntime( 2506): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1382)
E/AndroidRuntime( 2506): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 2506): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 2506): at android.app.ActivityThread.main(ActivityThread.java:5289)
E/AndroidRuntime( 2506): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 2506): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 2506): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
E/AndroidRuntime( 2506): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
The text was updated successfully, but these errors were encountered: