Developer
Developer

Reputation: 157

Google Map Android Api V2 Sample Code not working and display blank page

i used google map v2 in my project... cod is not working and show blank page in emulator device. and error in consol :

[2014-12-02 17:21:45 - google-play-services_lib] Could not find google-play-services_lib.apk!

my project picture

Upvotes: 1

Views: 185

Answers (1)

VasyaFromRussia
VasyaFromRussia

Reputation: 1972

You need Google Play Services to be installed on your device to use Google Maps. Test your app on real device or install Play Services using on emulator ADB.

Upvotes: 1

Related Questions