Cannot import module in Android Studio 0.3.5

2019-05-30 01:27发布

问题:

I recently updgraded by AS to 0.3.5 and I can't see import module option. When I open

ProjectStructure - Modules - Click the + sign 

I cant see 'Import Module' option. And also I only see "Modules" in Project Settings.

Is there any other way??

回答1:

This isn't implemented yet for Android Studio; it's being tracked in https://code.google.com/p/android/issues/detail?id=62122 . You'll need to move the directory containing the module you want to import under your project root, create a build.gradle file to build it, add an entry to your settings.gradle file to point to it, and re-sync your Android Studio project with Gradle.