Reputation: 13
I am using google maps in my application. so i required the below shared library in manifest file.
android:name="com.google.android.maps" and the application is working fine.
The same is not working in android 4.0 due to unavailabilty of shared library google maps.
If i remove the above library in manifest file ,it is working in 4.0 device too.
So My question is how to make it work on 4.0 as well as in other devices.
Please help me. Thanx in advance..
Upvotes: 0
Views: 509
Reputation: 3120
Prepare different APK file for ICS. Google Play supports installing multiple APKs for different versions
Upvotes: 1