I just upgrade ADT 17.0.0. I am integrating my project from git hub o windows 7. My project contain 2 .jar one bug-sense and 2nd Google analytic. I have imported project successfully from git. But When I am trying to run my project each time it give this exception. I have tried many things...
- Remove .jar file from assets and move it to other anther location and update path
- Add new jars to project and update path
- Clean and build project multiple time but same result.
01-04 00:38:12.613: E/AndroidRuntime(4537): FATAL EXCEPTION: main 01-04 00:38:12.613: E/AndroidRuntime(4537): java.lang.NoClassDefFoundError: com.bugsense.trace.BugSenseHandler 01-04 00:38:12.613: E/AndroidRuntime(4537): at com.confiz.ltdmedia.LTDMediaApplication.onCreate(LTDMediaApplication.java:44) 01-04 00:38:12.613: E/AndroidRuntime(4537): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:969) 01-04 00:38:12.613: E/AndroidRuntime(4537): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3276) 01-04 00:38:12.613: E/AndroidRuntime(4537): at android.app.ActivityThread.access$2200(ActivityThread.java:117) 01-04 00:38:12.613: E/AndroidRuntime(4537): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:973) 01-04 00:38:12.613: E/AndroidRuntime(4537): at android.os.Handler.dispatchMessage(Handler.java:99) 01-04 00:38:12.613: E/AndroidRuntime(4537): at android.os.Looper.loop(Looper.java:130) 01-04 00:38:12.613: E/AndroidRuntime(4537): at android.app.ActivityThread.main(ActivityThread.java:3687) 01-04 00:38:12.613: E/AndroidRuntime(4537): at java.lang.reflect.Method.invokeNative(Native Method) 01-04 00:38:12.613: E/AndroidRuntime(4537): at java.lang.reflect.Method.invoke(Method.java:507) 01-04 00:38:12.613: E/AndroidRuntime(4537): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842) 01-04 00:38:12.613: E/AndroidRuntime(4537): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600) 01-04 00:38:12.613: E/AndroidRuntime(4537): at dalvik.system.NativeStart.main(Native Method)