Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

android studio create virtual device compatible with google play

Note*: For this you should have atleast any one device created before with
google play inbuild to install the dependencies.

Easiest way: You should create a new emulator, and before opening it for the 
first time, follow these easy steps:

1. Locate the directory where the emulator has been created. For example, in
Windows go to: C:Users[user].androidavd[your virtual device folder]

2. Open file config.ini with a text editor like Notepad.

3. Locate PlayStore.enabled key and change its value to true:
	PlayStore.enabled = true

4. Locate image.sysdir.1 entry and change:
	google_apis -> google_apis_playstore

5. Locate tag.id entry and change:
	google_apis -> google_apis_playstore
    
Example 4:
image.sysdir.1 = system-imagesandroid-30google_apisx86
to
image.sysdir.1 = system-imagesandroid-30google_apis_playstorex86

Example 5:
tag.id = google_apis
to
tag.id = google_apis_playstore
Comment

PREVIOUS NEXT
Code Example
Shell :: sublime merge editor git 
Shell :: install lazydocker 
Shell :: macos homebrew unattended cask installs 
Shell :: match first word regex 
Shell :: use rebase in git command 
Shell :: bash float 
Shell :: awk print until match 
Shell :: how to know if my linux is debian or fedora 
Shell :: django-taggit display tags 
Shell :: git remove submodule 
Shell :: adb default location 
Shell :: bash date 
Shell :: relocating shards stuck elasticsearch 
Shell :: windows execute file command 
Shell :: how to calculate nearest location using longitude and latitude 
Shell :: como instalar pandoc en ubuntu 
Shell :: pod reference github 
Shell :: copy file to other location linux terminal 
Shell :: powershell add line to text file 
Shell :: apache2 default page 
Shell :: sudo: apt: command not found 
Shell :: vs code linux cache 
Shell :: tar-delete 
Shell :: gsed comand store file 
Shell :: powershell show first few lines of command 
Shell :: command to change user ID 
Shell :: ubuntu install safari browser terminal 
Shell :: Unable to connect to server: connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? 
Shell :: docker db instance workbench connection 
Shell :: cert manager version 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =