Referencing external library projects in Android Studio (v0.8.9)
问题 I have a custom library that needs to be referenced in about 10 projects. Everything works fine in Eclipse but I want to migrate them to Android Studio in order to take advantage of the build system. I've already check Android studio add external project to build.gradle How to share a single library source across multiple projects and some other links and docs in Gradleware but I don't get to make my projects compile. My file structure is like: +projects |+libraryProject |+---workspace |+----