I am trying to debug why I cannot get MapView to work in debug mode, and it looks like the application is not signed with the debug.keystore file with which I created the API key. The only version of the file called debug.keystore on my system is located in the C:\Users\<user>\.android debug.keystore folder, as expected, but after completely deleting this file and then restoring the unsigned application, it still works in debug mode and doesnโt regenerates this file as if it were signing with a different certificate. Any idea what is going on here?
Thanks!
android intellij-idea keystore android-mapview signing
user888867
source share