Skip to content

Tutorial Installation Guide

Tobias Strebitzer edited this page Mar 5, 2015 · 1 revision
  1. Download and install Android Studio

  2. Open Android Studio

  3. Open Android SDK Manager and install the following dependencies:

     Tools > Android SDK Tools
     Tools > Android SDK Platform-tools
     Tools > Android SDK Build-tools
     Android 5.0.1 (API 21) > SDK Platform
     Extras > Android Support Repository
     Extras > Android Support Library
     Extras > Google Play services
     Extras > Google Repository
     Extras > Google Play Billing Library
     Extras > Google Play Licensing Library
    
  4. Choose "Check out project from version control"

  5. Set the repository URL and target directory where your project should be created at.

  6. Wait for the download to finish

  7. Confirm opening the project

  8. Confirm default gradle settings

  9. Wait for the build to finish

  10. Customize and launch the app