Unable to load map on android emulator -


i android app have google map apiv2 , able display map on physical device when try on emulator shows message -

this app won't run unless update goolge play service.

i have updated google play service upto api level 19 , set android:targetsdkversion="19" in manifest file. enter image description here

and created avd google apis target , api level 19.bus still receive same message while opening map activity.

can please me.

thanks in advance!!

at moment, referencing google android map api v2 can't run google maps v2 on android emulator; must use device tests.

i recommend using emulator genymotion instead of google's emulators. launches way faster , responds in real-time. supports google play services , therefore google maps.

download genymotion


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -