Skip to content

Instantly share code, notes, and snippets.

@konifar
Created December 4, 2014 07:40
Show Gist options
  • Save konifar/5144b646c048f94b7275 to your computer and use it in GitHub Desktop.
Save konifar/5144b646c048f94b7275 to your computer and use it in GitHub Desktop.
AndroidStudioでローカルの別プロジェクトをインポートする ref: http://qiita.com/konifar/items/c9f66482ebdca404f8fa
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':libraries:pulltorefresh')
}
Error:(28, 0) Project with path ':libraries:pulltorefresh' could not be found in project ':app'.
include ':app', 'libraries:pulltorefresh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment