在andriod项目中引用另一个library project时,报
The container 'Android Dependencies' references non existing library 'xxxxxxx' 错误,解决办法是右击library project,选择Build Path->Configure Build Path->Order and Export->Select All将所有包都选上
本文提供了解决在Android项目中引用LibraryProject时报错'The container'AndroidDependencies' references nonexisting library'xxxxxxx'的方法,通过右击Library项目并配置BuildPath来解决问题。
The container 'Android Dependencies' references non existing library 'xxxxxxx' 错误,解决办法是右击library project,选择Build Path->Configure Build Path->Order and Export->Select All将所有包都选上