android - What target to set when Google Maps and Admob to be used Together -


i developing android application in need use google maps , admob together. facing errors way have specified target in manifest , project.properties file, allows me use either google maps or admob.

the min sdk , target version specified in manifest file

uses-sdk android:minsdkversion="8" android:targetsdkversion="13" 

in project.properties, specified "target=google inc.:google apis:8"

on many blogs , questions on stack overflow, have seen people fixing admob issue specifying android target version 13 or higher. in case, if this, starts giving errors related mapactivity.

please suggest target levels should specify in manifest file , project.properties can make both maps , admob work.

many in advance..

i'm using in project minsdkversion="4" targetsdkversion="8" , i'm added android 3.0 google apis, had problems in past had check external library, can check too. library takes time in included , can have problems mapactivity.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -