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

Chapter 4 Relational Algebra

Relational Algebra The part of mathematics in which letters and other general symbols are used to represent numbers and quantities in formula and equations. Ex: (x + y) · z = (x · z) + (y · z). The main application of relational algebra is providing a theoretical foundation for relational databases, particularly query languages for such databases. Relational algebra...

Chapter 3 Components of the Database System Environment

Components of the Database System Environment There are five major components in the database system environment and their interrelationships are. Hardware Software Data Users Procedures Hardware:  The hardware is the actual computer system used for keeping and accessing the database. Conventional DBMS hardware consists of secondary storage devices, usually...

Chapter 2: Database Languages and their information

Database Languages A DBMS must provide appropriate languages and interfaces for each category of users to express database queries and updates. Database Languages are used to create and maintain database on computer. There are large numbers of database languages like Oracle, MySQL, MS Access, dBase, FoxPro etc. Database Languages: Refers to the languages used to...