Created
July 7, 2020 14:38
-
-
Save mitulp236/b2ef78a163dd597b28d96c5606c69ed2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - download and install android studio | |
| - download AVD of pixel3 ( any mobile ) | |
| - download gradle from ( https://gradle.org/releases/ ) | |
| * user path | |
| ----------- | |
| variable : GRADLE_HOME : C:\gradle-6.5.1 | |
| path : %GRADLE_HOME%\bin | |
| * system path | |
| ----------------------- | |
| variable : JAVA_HOME : C:\Program Files\Java\jdk1.8.0_144 | |
| variable : ANDROID_HOME : C:\Users\mitul.patel\AppData\Local\Android\Sdk | |
| variable : ANDROID_SDK_ROOT : C:\Users\mitul.patel\AppData\Local\Android\Sdk | |
| path : %JAVA_HOME\bin% | |
| path : %ANDROID_SDK_ROOT%\emulator | |
| path : %ANDROID_SDK_ROOT%\tools | |
| path : %ANDROID_SDK_ROOT%\tools\bin | |
| path : %ANDROID_SDK_ROOT%\platform-tools | |
| path : %ANDROID_SDK_ROOT%\build-tools | |
| * start emmulator without android studio | |
| ------------------------------------------------------- | |
| emulator -list-avds | |
| emulator -avd Pixel_3_API_28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment