I\'m developing an app on Ionic Framework/cordova, and when I try \"cordova run android\" I get this:
\"Error: No resource found that matches the give
Install and configure the Google Play services SDK properly. You don't need to hard code that value.
I have found that the play services libproject has to be imported onto the same physical drive as your project. (check the 'Copy projects into workspace' checkbox when you import)