Cannot import module in Android Studio 0.3.5

…衆ロ難τιáo~ 提交于 2019-12-23 01:38:09

问题


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.



来源:https://stackoverflow.com/questions/19981666/cannot-import-module-in-android-studio-0-3-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!