This type of error can be so nasty. It took me hours just to resolve it:
Eclipse error – The type android.support.v4.app.TaskStackBuilder$SupportParentable cannot be resolved. It is indirectly referenced from required .class files
The simple solution is not to Copy-Paste the support library in the libs folder of your app but to right click on the project => Android Tools => Add Support Library
And the error is resolved!
本文介绍了一种常见的Eclipse开发环境中遇到的Android支持库错误,并提供了解决方案。错误提示为“类型android.support.v4.app.TaskStackBuilder$SupportParentable无法解析”。正确的做法不是将支持库复制粘贴到项目的libs文件夹中,而是通过右键点击项目,选择Android Tools -> Add Support Library来添加。

1万+

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



