0

I followed all the steps from : https://developers.google.com/maps/documentation/android/start

and i got this error when im trying to start application. I used android 2_2 emulator Whats wrong ?

[2013-10-22 08:32:44 - ddms] Can't bind to local 8601 for debugger [2013-10-22 08:32:45 - ddms] Can't bind to local 8627 for debugger

Kara
  • 6,115
  • 16
  • 50
  • 57

4 Answers4

0

Google Map runs in Emulator by installing google play services.Check the below post.

https://stackoverflow.com/a/18119265/1665507

Community
  • 1
  • 1
KOTIOS
  • 11,177
  • 3
  • 39
  • 66
0

It works only in 4.2.2 or up version emulator!

please check below link -

This app won't run unless you update Google Play Services (via Bazaar)

Community
  • 1
  • 1
Darshak
  • 2,298
  • 4
  • 23
  • 45
0

Go to Window > Preferences > Android > DDMS

Check "Use ABDHOST" and leave the value as 127.0.0.1 enter image description here

Then try again.

LondonAppDev
  • 8,501
  • 8
  • 60
  • 87
0

Google API v2 map is only work in 4.2.2 or up version in emulator. For more information regarding Google API v2 visit this link.

Dhruv
  • 1,862
  • 3
  • 20
  • 38