码迷,mamicode.com
首页 > 移动开发 > 详细

安卓学习教训

时间:2015-01-11 21:31:34      阅读:309      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!