Android Studio 0.8.1 Creating Modules without copying files? -
I'm making projects with dependency in Android Studio 0.8.1 I know how to link projects by adding modules.
But I realized that copy the libProject inside the 'import module' project.
Is there a way to stop it? Like an 'external module'?
Thanks
As I am in charge of both projects I want to be able to push
Thanks
Yes, you can do this for the module Need to install the Gradle Build file. If it is found, then in that project you are linking it to the settings.gradle file on the root of the project:
include ': LibraryName project (': libraryName'). ProjectDir = New file ('/ path / to / library') Where you specify the path in the second row, the path to the directory is build.gradle The file path can be relative or complete.
Comments
Post a Comment