Can't find import module option in project structure (Android Studio 0.3.4 - 0.5.2)

前端 未结 5 542
甜味超标
甜味超标 2020-12-04 21:22

I\'m getting really confused and frustrated because I just can\'t understand how to import my android library project as dependency for my application project.

I tri

5条回答
  •  无人及你
    2020-12-04 21:47

    I had the same problem when using version 0.3.6. Finally I decided to go back to 0.3.2. and now it works. I suppose AS restricts the ability to connect so to say inhomogeneous projects. I have an (Android/Gradle) project0 an a (Java/Maven) project1. When trying to import project1 as a module of project0 I failed, because the only "option" I had was to create a new module. When I tried to import the same module (project1: Java/Maven) for a Java/Gradle project, there was no problem at all.

    Maybe the reason is the Android/Gradle or even just Android nature of a project, but I can't for sure verify my assumption right now.

提交回复
热议问题