Skip to content

Instantly share code, notes, and snippets.

@banshee
Created May 4, 2011 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save banshee/954591 to your computer and use it in GitHub Desktop.
Save banshee/954591 to your computer and use it in GitHub Desktop.
E/AndroidRuntime(31495): java.lang.NoClassDefFoundError: com.banshee.TimeEventBus^M
E/AndroidRuntime(31495): at com.banshee.BansheeAndroidGuiceModule.configure(BansheeAndroidGuiceModule.java:76)^M
E/AndroidRuntime(31495): at com.google.inject.AbstractModule.configure(AbstractModule.java:59)^M
E/AndroidRuntime(31495): at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)^M
E/AndroidRuntime(31495): at com.google.inject.spi.Elements.getElements(Elements.java:101)^M
E/AndroidRuntime(31495): at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:133)^M
E/AndroidRuntime(31495): at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:103)^M
E/AndroidRuntime(31495): at com.google.inject.Guice.createInjector(Guice.java:95)^M
E/AndroidRuntime(31495): at com.google.inject.Guice.createInjector(Guice.java:72)^M
E/AndroidRuntime(31495): at com.google.inject.Guice.createInjector(Guice.java:62)^M
E/AndroidRuntime(31495): at com.banshee.Learn.onCreate(Learn.java:22)^M
E/AndroidRuntime(31495): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1069)^M
E/AndroidRuntime(31495): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2751)^M
E/AndroidRuntime(31495): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2803)^M
E/AndroidRuntime(31495): at android.app.ActivityThread.access$2300(ActivityThread.java:135)^M
E/AndroidRuntime(31495): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2136)^M
E/AndroidRuntime(31495): at android.os.Handler.dispatchMessage(Handler.java:99)^M
E/AndroidRuntime(31495): at android.os.Looper.loop(Looper.java:144)^M
E/AndroidRuntime(31495): at android.app.ActivityThread.main(ActivityThread.java:4937)^M
E/AndroidRuntime(31495): at java.lang.reflect.Method.invokeNative(Native Method)^M
E/AndroidRuntime(31495): at java.lang.reflect.Method.invoke(Method.java:521)^M
E/AndroidRuntime(31495): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)^M
E/AndroidRuntime(31495): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)^M
E/AndroidRuntime(31495): at dalvik.system.NativeStart.main(Native Method)^M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment