Application won’t run unless you update google play services.
Make sure you add the map Some requirements shown in this Tutorial https://www.youtube.com/edit?o=U&vide… Then , In order to update google play services you need to install these sdk tools 1.Android SDK Build-Tools 26 2.Google Play Services Now check either we can see map on running project? “App” wont run unless update google play services ?? Now we need to Download this file . go to browser link given on the description Step 1: Download this file PrebuiltGmsCore.apk by this address https://www.dropbox.com/s/qlavioh9s6q… Step 2: Put it in your Android SDK containing the adb.exe file. “C:\Users\%User_Account_Name%\AppData\Local\Android\Sdk\platform-tools” Step 3: Then open command prompt in this location and type the following command. Make sure you have only one emulator running. adb install -r PrebuiltGmsCore.apk go to emulator and see message ” Google Play Services updating.” Just for a while see the map ,if not again run the project also make sure in this directory ( “C:\Users\%User_Account_Name%\AppData\Local\Android\Sdk\platform-tools”) adb is running .