Reputation: 17940
I've developed a small android app that uses google maps api v2.
On my device (Galaxy S1 I9000) everything works fine, so i sent an APK to my friend so he can test it and he installed it using: adb install app.apk
, but when he opens the app, no map is showing (he is able to see the main screen, but when clicking a button that takes him to map screen he sees black).
What am i missing?
Upvotes: 0
Views: 1090
Reputation: 17940
Finally got it :)
When i exported the APK via eclipse i created a new certificate, but when i signed with google maps service i provided the debug certificate that comes with ADT.
So google didn't recognize the certificate and blocked the service.
Upvotes: 2