android项目不能直接修改android.jar, ()
方法:编辑.classpath文件,改为
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
即可
方法:编辑.classpath文件,改为
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
即可
.classpath文件在项目里面看不到的,要到磁盘文件夹上面去找
本文详细介绍了在Android项目中遇到无法直接修改android.jar的情况时,通过编辑.classpath文件来解决问题的方法。具体步骤包括找到.classpath文件并进行相应修改,确保项目的正确配置。
644

被折叠的 条评论
为什么被折叠?



