您的位置:首页 > 移动开发

The type android.support.v4.app.TaskStackBuilder$SupportParentable cannot be resolved. It is indirec

2015-06-12 14:16 381 查看
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!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: