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

原文网址: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. 

原文地址:https://www.cnblogs.com/wi100sh/p/5032749.html