Skip to content
This repository was archived by the owner on Jun 5, 2018. It is now read-only.

NullPointerException at org.holoeverywhere.SystemServiceManager.register #858

Open
thelou1s opened this issue May 25, 2015 · 0 comments
Open

Comments

@thelou1s
Copy link

java.lang.ExceptionInInitializerError
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1319)
at android.app.Instrumentation.newApplication(Instrumentation.java:957)
at android.app.Instrumentation.newApplication(Instrumentation.java:942)
at android.app.LoadedApk.makeApplication(LoadedApk.java:477)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3938)
at android.app.ActivityThread.access$1300(ActivityThread.java:123)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1185)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4424)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:817)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:584)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at java.lang.String.compareTo(Native Method)
at java.lang.reflect.Proxy.getProxyClass(Proxy.java:104)
at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:212)
at org.apache.harmony.lang.annotation.AnnotationFactory.createAnnotation(AnnotationFactory.java:98)
at java.lang.Class.getDeclaredAnnotation(Native Method)
at java.lang.Class.getAnnotation(Class.java:260)
at org.holoeverywhere.SystemServiceManager.register(SystemServiceManager.java:80)
at org.holoeverywhere.app.Application.(Application.java:32)
... 16 more

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

No branches or pull requests

1 participant