Building with Cordova - PART 02 - Build an Android App

2
  • 18 favourites

Index

Stats

14,262 visits, 51,385 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Step 7: Make Cordova Aware of the Android SDK!

Before we try to compile for Android, we must tell Cordova where the Android SDK is installed. That's why I advised you to memorize the path where you installed it to. We'll need it now.

7.1 - Go to the Control Panel of your Windows OS, choose System, then System Properties (you may need to click on Advanced System Settings on Windows 7+).

7.2 - Click on the Environment Variables button and create a new system variable. Enter ANDROID_HOME for the name and the SDK installation path for the value.

For instance:

Variable name: ANDROID_HOME

Variable value: C:\Program Files (x86)\Android\android-sdk

Click OK on that window and OK many times as needed for the subsequent windows until the Control Panel is closed.

  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!