首页 > 移动平台 > 详细

安卓学习教训

时间:2015-01-11 21:28:20      阅读:340      评论:0      收藏:0      [点我收藏+]

1、The type android.support.v4.app.Fragment cannot be resolved. It is indirectly referenced from required .class files, Facebook [duplicate]

解决办法:

If you are using eclipse and windows, here is how you can get rid of this error.

Right click on your project folder->Build path-> Configure build path->

Add External Jars -> select "android-support-v4.jar" file (It‘ll be located in Android "android-sdk-windows\extras\android\support")

then click OK.

 

安卓学习教训

原文:http://www.cnblogs.com/nbhhcty66/p/4217092.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!