Skip to main content

Posts

Showing posts from May, 2021

Set ANDROID_HOME and Path Variables

  Set ANDROID_HOME and Path Variables for android studio SDK 1. Right-click on 'My Computer'/'This PC' and select Properties. Go to Advanced system settings and select ‘Environmental Variables’ option.  2. Under the User Variable table, click New to open New User Variable dialog.  3. Put ANDROID_HOME as Variable name and provide the path of the SDK folder next to Variable value.  4. Click OK to close the dialog box  5. Go to the folder where SDK has been installed.  6. Inside the SDK folder look for ‘tools’ and ‘platform-tools’ folder.  7. Copy the path for both tools and platform-tools.  8. Open ‘Environmental Variables’ dialog box.  9. Go to System Variables table and locate the Path variable.  10. Edit the path variable from ‘Edit system Variables’ dialog box.  11. Add the ‘tools’ and platform-tools’ folder’s full path.  12. Close the entire opened dialog box.  13. This configures the Android. However, to check open the command prompt.  14. Type the command ‘android’