Skip to content

[Guide] Import Project into Android Studio

Moony Chou edited this page May 4, 2016 · 1 revision

Here we take TUNet as an example. Other projects with build.gralde file should be imported in similar ways.

  1. Open Android Studio. Select Import Project (Eclipse ADT, Gradle, etc.)

  2. Select build.gradle. Note: build.gradle below locates in project root, DO NOT CHOOSE build.gradle under aTUNet!!!

  3. Choose OK

  4. Execute gradle assembleDebug task for validation.