I'm using Android Studio IDE and i keep getting this error after adding the google play services library. Keep in mind this is using a project that is Eclipse based and we don't have any gradle files.
No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version')
First let me say how I added the library…
I located my android SDK folder, then find the google-play-services-jar and then i just copied it to my /libs folder. Then I went under...
File > Project Structure > Libraries > + added the google-play-services.jar
Now its listed under this, but I keep getting the above error in my manifest on line…
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version"/>
I've tried searching high and low on what to do, but nothing is working for me. Also when I go under File > Project Structure > Modules > + Module Dependency it just says there is none.