Google map is not visible after generating signed APK in Android. I have made the SHA1 key using these steps.
1) On the right-hand side, I have clicked on Gradle
2) I have expanded my project folder
3) After that I have clicked on Run Configurations
4) Lastly, I have double clicked the SigningReport along with the project name.
5) I have received the SHA1 key from the run configurations at the bottom of the Android Studio.The same I have added it to the live play store account listed below,
6) Created a new project name into the Google Cloud Platform
7) Generated new API Key
8) Clicked on Application restrictions where I select Android
9) Lastly, I have added my project package name along with the SHA1 generated through the above 1 to 5 steps.
But when I generated signed APK, it will not display any map and shows the blank page of Google Map. On the other hand, Google Map works in the non-signed or regular APKs.