문제

I need to import a library project as a module to an existing project.

Please Note!

There are answers to questions like that,

All answers regarding older versions of Android-Studio.

In older versions you could follow these steps:

  • Open a project in Eclipse. (not exported him to gradle)
  • In Android-Studio import this project as it.
  • And than you have the File-->import module Option.

But in this version, when you try to import an Eclipse project,

The android studio convert it to gradle project anyway.

And then it's just like you open a new project in Android-Studio,

You don't have the File-->import module in the menu.

도움이 되었습니까?

해결책 2

Importing modules works correctly in Android Studio 0.5.5

다른 팁

Importing modules isn't implemented yet for Gradle-based Android Studio projects. Bug https://code.google.com/p/android/issues/detail?id=62122 has been filed to track the progress of this. In the meantime, you have to bring in modules by hand; using facebook sdk in android studio has detailed instructions.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top