In my project google map showing and everything working fine when i run code directly from eclipse or android studio, but map showing white screen when i make a signed apk and i
When you generate signed apk, at last step you get a SHA1 key.copy this key and go to google api console,click API and Auth on left side of screen ->Credential ->create new key->Android Key-> paste SHA1 key that you copied from apk generation screen and after SHA1 key place samicolon";" and your app package name. It will generate new api key,use it in manifest and run your app.it will display your map.