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

Force Close - Class Not Found #10

Open
mattprecious opened this issue Apr 24, 2011 · 0 comments
Open

Force Close - Class Not Found #10

mattprecious opened this issue Apr 24, 2011 · 0 comments

Comments

@mattprecious
Copy link
Owner

java.lang.RuntimeException: Unable to instantiate service com.mattprecious.smsfix.library.FixService: java.lang.ClassNotFoundException: com.mattprecious.smsfix.library.FixService in loader dalvik.system.PathClassLoader[/mnt/asec/com.mattprecious.smsfix-1/pkg.apk]
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3102)
at android.app.ActivityThread.access$3300(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2202)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:144)
at android.app.ActivityThread.main(ActivityThread.java:4937)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassNotFoundException: com.mattprecious.smsfix.library.FixService in loader dalvik.system.PathClassLoader[/mnt/asec/com.mattprecious.smsfix-1/pkg.apk]
at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
at java.lang.ClassLoader.loadClass(ClassLoader.java:532)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3099)

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

No branches or pull requests

1 participant