[Guide] Import Project into Android Studio - mulab/intro GitHub Wiki

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.