I have a project with V1 of Google Maps API. So i need the follow tag in my manifest
<uses-library android:name="com.google.android.maps" />
The problem is when i try to run on a Genymotion emulator. I received this error
Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
When i remove the uses-library tag I can run my project but then i have other error in my activity that uses google maps api.
What can i do??
Thanks