Created
December 4, 2014 07:40
-
-
Save konifar/5144b646c048f94b7275 to your computer and use it in GitHub Desktop.
AndroidStudioでローカルの別プロジェクトをインポートする ref: http://qiita.com/konifar/items/c9f66482ebdca404f8fa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
compile fileTree(dir: 'libs', include: ['*.jar']) | |
compile project(':libraries:pulltorefresh') | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error:(28, 0) Project with path ':libraries:pulltorefresh' could not be found in project ':app'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include ':app', 'libraries:pulltorefresh' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment