I needed to create new project of my existing previous. I copied src, res and manifest but when I import external libs (BugSense, AChartEngine) it wont start and I get
[2014-01-26 14:58:01 - Dex Loader] Unable to execute dex: GC overhead limit exceeded [2014-01-26 14:58:01 - MyApp] Conversion to Dalvik format failed: Unable to execute dex: GC overhead limit exceeded When I uncheck Android private libraries in Java Build Path / Order and Export it runs in mobile device but it crashes on:
java.lang.NoClassDefFoundError: com.bugsense.trace.BugSenseHandler It worked well before.