Android Studio : Application won’t run unless you update google play services

Android

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 .

0 Comments

You may find interest following article

Complete Guide: Create Laravel Project in Docker Without Local Dependencies

Create Laravel Project Through Docker — No Need to Install PHP, MySQL, or Apache on Your Local Machine In this tutorial, I’ll show you how to create and run a full Laravel project using Docker containers. That means you won’t have to install PHP, MySQL, or Apache locally on your computer. By the end of this guide, you’ll have a fully functional Laravel development...