- I just updated the googlePlayServices in mySDK
- When i link it into my project i get a error message
Error: No resource found that matches the given name (at 'value' with value '@integer/
google_play_services_version').
What i tried::
- cleaning the project
- Changing workspace
Then i found out that version.xml
is not present in my GooglePlayServices
Below is a file from my old playservices of version.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="google_play_services_version">4323000</integer>
</resources>
My Question::
- What should i need to add for the playservices Fryo and & resolve my error
- I just need the proper version number for version.xml, with that i can resolve my error