How can I make android phone download the maps from the wi-fi internet but not from 3G internet? I have set <uses-permission android:name="android.permission.INTERNET"/>
but I still see only grid gray lines when I install and start app on actual phone. When i start the app on the emulator it loads flawlessly.
Asked
Active
Viewed 94 times
0

Nikola Despotoski
- 49,966
- 15
- 119
- 148
2 Answers
0
API Key is associcated with the keystore.
Make sure that the device is also using the same keystore that emulator is using, otherwise you will need another API Key.

eyespyus
- 1,576
- 19
- 20
-
I have stored here C:\android\debug.keystore, so I have to add this dir to CUSTOM DEBUG KEYSTORE field? Because when i was obtaining the API key I copied debug.keystor in C:\android – Nikola Despotoski Mar 28 '11 at 18:04
-
Or when exporting the app for use on the actual phone i need to use the same debug.keystore? – Nikola Despotoski Mar 28 '11 at 18:47