[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.
-
Open Android Studio. Select Import Project (Eclipse ADT, Gradle, etc.)
-
Select build.gradle. Note: build.gradle below locates in project root, DO NOT CHOOSE build.gradle under aTUNet!!!
-
Choose OK
-
Execute gradle assembleDebug task for validation.