在根项目“ myproject”中找不到路径为“:mypath”的项目
我从Eclipse迁移到android studio 0.5.8,将项目导入到android studio后,我遇到了错误Project with path ':progressfragment' could not be found in root project 'project_name'. 项目结构: 图书馆 完整结构(编辑2): Gradle.build: apply plugin: 'android' dependencies { compile fileTree(dir: 'libs', include: '*.jar') compile project(':progressfragment') compile project(':viewpagerindicatorlibrary') compile project(':ZBarScannerActivity') compile project(':google-play-services_lib') compile project(':SwitchCompatLibrary') compile project(':actionbarsherlock') compile project(':librarymultichoice') } buildscript { repositories { mavenCentral() } …