删除自动生成的依赖:
在Android Dependences目录上右击->Build Path ->Remove from Build Path
然后往libs中拖入jar包,然后添加jar的引用,这样,就可以给jar包附上源码了。
但是运行程序的时候,报以下的错误:

10-16 22:11:54.549: E/AndroidRuntime(2167): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.ibright.herolegend/com.ibright.herolegend.launcher.HeroLegendLauncher}: java.lang.ClassNotFoundException: com.ibright.herolegend.launcher.HeroLegendLauncher in loader dalvik.system.PathClassLoader[/data/app/com.ibright.herolegend-1.apk]


于是猜测是依赖引起的问题,解决办法:
在工程上右键->属性[或者 alter+Enter],进入Java Build Path ,order and export,勾选刚刚引入的jar包,确定,然后clear,重新运行工程,问题解决。


Unable to instantiate activity ComponentInfo或java.lang.ClassNotFoundException: com.ibright.herolegen-LMLPHP

05-01 04:02