您的位置:首页 > 编程语言 > Go语言

【转】no resource found @integer/google_play_services_version whats this?

2015-12-09 14:33 706 查看
原文网址:http://stackoverflow.com/questions/24325333/no-resource-found-integer-google-play-services-version-whats-this

As told by Simple Plan do like:

Eclipse -> import -> existing android code -> browse -> navigate to google-play-services_lib FOLDER (android-sdk/extras/google/google_play_services/libproject).

then, select your project--> right click -> properties -> android -> libraries, add -> select the project you just imported -> OK

one this and I add library via right Click-->Project--> libraries-->add Libraries -->Google-play-services then it removes R.java file from my build.... – Abhi Jun 20 '14 at 10:52

make sure your project and library should have in same workspace – Shylendra Madda Jun 20 '14 at 11:26

Be sure to check the box in the which says 'Copy Project into Workspace', otherwise you may hit a privilege error.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: