Hi I wrote a program with Google Maps API V2 . this program run on emulator But when run on real devices I see only white screen whit Google logo and Zoom buttons . What is the problem ? my phone is Samsung galaxy s2. thanks ;)
Asked
Active
Viewed 136 times
0
-
Any error in the logcat? – Simas Aug 31 '14 at 10:24
-
Does the Google Maps app work on the device? – CommonsWare Aug 31 '14 at 10:25
-
does your phone is connected to internet – sunil Aug 31 '14 at 10:27
-
error in my logcat:08-31 14:58:57.170: E/jdwp(16887): Failed sending reply to debugger: Broken pipe – Arman Aug 31 '14 at 10:31
-
@CommonsWare It's run but shown only a white screen – Arman Aug 31 '14 at 10:33
-
@sunil yes it is important? – Arman Aug 31 '14 at 10:35
1 Answers
0
Since the Google Maps app does not work on the device, your app will suffer from the same problems. That could be a problem with your ability to access the Google Maps servers (e.g., firewall issues), or it could be a problem with the device (e.g., flawed ROM mod).
Regardless, until you get Google's own Maps app to work on your device, there is little you are likely to be able to do to help your own app.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491