今天导入一个工程后报错
The container 'Android Dependencies' references non existing library 'xxx.jar'
解决方法:对lib工程操作:Build Path->Configure Build Path->Order and Export->把没勾的勾上.然后clean一下你的工程
本文介绍了如何解决在Android项目中遇到的“AndroidDependencies”容器引用不存在的库文件(如xxx.jar)的问题。通过调整lib工程的构建路径设置并进行清理操作来修复此错误。
The container 'Android Dependencies' references non existing library 'xxx.jar'
解决方法:对lib工程操作:Build Path->Configure Build Path->Order and Export->把没勾的勾上.然后clean一下你的工程
1395

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