为了账号安全,请及时绑定邮箱和手机立即绑定

找不到名称为“默认”的Android Studio Gradle配置

找不到名称为“默认”的Android Studio Gradle配置

LEATH 2019-09-24 10:40:35
我在使用Android Studio(0.1.5)编译应用程序时遇到问题。该应用程序使用2个库,其中包括以下内容:settings.gradleinclude ':myapp',':library',':android-ColorPickerPreference'的build.gradlebuildscript {    repositories {        mavenCentral()    }    dependencies {        classpath 'com.android.tools.build:gradle:0.4'    }}apply plugin: 'android'dependencies {    compile files('libs/android-support-v4.jar')    compile project(':library')    compile project(':android-ColorPickerPreference')}android {    compileSdkVersion 17    buildToolsVersion "17.0.0"    defaultConfig {        minSdkVersion 7        targetSdkVersion 16    }}编译时收到以下消息:  Gradle: A problem occurred configuring project ':myapp'.   > Failed to notify project evaluation listener.   > Configuration with name 'default' not found.您能帮我这个消息吗?谢谢!
查看完整描述

3 回答

?
哆啦的时光机

TA贡献1779条经验 获得超6个赞

我忘了拉所有子模块。所以我的


compile project(':something')

无法解决。


git submodule update --init


查看完整回答
反对 回复 2019-09-24
  • 3 回答
  • 0 关注
  • 703 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信