Closed GoogleCodeExporter closed 9 years ago
Your problem lies in:
10-21 13:17:16.102: ERROR/AndroidRuntime(400): FATAL EXCEPTION: Splash Timer
10-21 13:17:16.102: ERROR/AndroidRuntime(400): java.lang.NoClassDefFoundError:
com.fusionone.android.hts.sa.Launcher
10-21 13:17:16.102: ERROR/AndroidRuntime(400): at
com.fusionone.android.hts.sa.Splash$1.run(Splash.java:49)
10-21 13:17:16.102: ERROR/AndroidRuntime(400): at
java.util.Timer$TimerImpl.run(Timer.java:284)
10-21 13:17:16.102: ERROR/AndroidRuntime(400): Caused by:
java.lang.IllegalAccessError: Class ref in pre-verified class resolved to
unexpected implementation
10-21 13:17:16.102: ERROR/AndroidRuntime(400): at
dalvik.system.DexFile.defineClass(Native Method)
10-21 13:17:16.102: ERROR/AndroidRuntime(400): at
dalvik.system.DexFile.loadClassBinaryName(DexFile.java:207)
10-21 13:17:16.102: ERROR/AndroidRuntime(400): at
dalvik.system.PathClassLoader.findClass(PathClassLoader.java:200)
10-21 13:17:16.102: ERROR/AndroidRuntime(400): at
java.lang.ClassLoader.loadClass(ClassLoader.java:551)
10-21 13:17:16.102: ERROR/AndroidRuntime(400): at
java.lang.ClassLoader.loadClass(ClassLoader.java:511)
10-21 13:17:16.102: ERROR/AndroidRuntime(400): ... 2 more
Original comment by renasr...@gmail.com
on 21 Oct 2011 at 3:26
i resolved my issue by debugging it.As my application pom contains old jar or
dependency of another application which has the same dependency as of current
working jar.
Thanks
alok Singh
Original comment by aloksing...@gmail.com
on 23 Oct 2011 at 6:14
A hello ....
I'm facing a similar problem ... but dunno where can I find the pom file inside
my test project ?
Original comment by mona.m.a...@gmail.com
on 23 Mar 2014 at 2:46
Original issue reported on code.google.com by
aloksing...@gmail.com
on 21 Oct 2011 at 8:18