The issue I am having is one that is mirrored in many other threads with one minor difference. I am getting this screen whenever I install the apk file received via export a signed application:
I have followed every one of the following stackoverflow references, but alas, nothing has helped: -Google Maps API V2 - always get authentication error -Google Maps Android API v2 Authorization failure -Google Map Android Api V2 Sample Code not working -Android - Google Map doesn't display
The issue is, that my map displays PERFECTLY when I am running it to the attached android phone I have plugged into my computer for debugging purposes, but when I export the apk file and install that (after uninstalling the prior of course), it does not work.
Is there any reason why my application would work while my debugged phone is connected and the application is 'run' while said phone is attached but not when I export the apk file, and install it that way?
Thanks in advance for the help!