Skip to content

Instantly share code, notes, and snippets.

@rhexgomez
Last active December 22, 2015 06:44
Show Gist options
  • Save rhexgomez/fbe95a73f00e29798717 to your computer and use it in GitHub Desktop.
Save rhexgomez/fbe95a73f00e29798717 to your computer and use it in GitHub Desktop.
Setting up external Module as library in Android Studio.

In settings.gradle

include ':app',':mymodule'
project(":mymodule").projectDir = new File("/<prject full path>/mymodule");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment