Hi,
I'm trying to debug why I can't get MapView to work in debug mode, and it seems like the app is not being signed with the debug.keystore file that I have created an API key against. The only version of a file named debug.keystore on my system is in the C:\Users\<user>\.android folder as expected, however after removing this file completely and then rebuilding the unsigned app, it still runs in debug mode and does not regenerate this file as though it is signing with another cert. Any idea what is going on here?
Thanks!
Scott