If I export the project to APK and sign the app with my key, the MapView works on my cellphone. But not when I run the app on my cellphone by selecting Run in Eclipse.
I think this is because it is not signed with my key. I looked at the project settings, but I could not find any options to sign the app to run it.
I cannot export it all the time just to debug/run the app. What are my options? Is it impossible to get MapView working if I run it from Eclipse's Run menu?
Possible solutions could be
- Is there any way to sign the app for Run/Debug automatically?
- Is there any option to get MapView working without signing for
Run/Debug?