请帮帮我!在构建一个新的项目
后,我遇到了以下错误:
新问题:
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "com.example.sqlitedb"
minSdkVersion 25
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android- optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso- core:3.0.2'
}
发现的错误:
错误:未能解析:com.android.support:appcompat-v7:28.0.0在项目结构对话框中显示受影响的模块:app
错误:未能解析:com.android.support.constraint:约束布局:1.1.3在项目结构对话框中显示受影响的模块:应用
像这样试试mavenCentral。
buildscript {
repositories {
mavenCentral()
jcenter()
}
.....
..........
}
https://developer.android.com/studio/releases/gradle-plugin 您可以在文件中指定插件版本
我正在尝试将gradle从1.3.1更新到3.5,因为我的一些依赖项需要3.3或更高版本。 我见过类似的问题,但都没有帮助。 build.gradle: gradle-wrapper.properties: 但是,当我尝试做任何事情(构建、清理等)时,我还是得到了这样的结果:
找不到com.android.tools.build:Gradle:4.0.0. https://jcenter.bintray.com/com/android/tools/build/gradle/4.0.0/gradle-4.0.0.pom
null Build.Gradle(项目): 我刚刚从android Studio2.3.3迁移到4.0.1。 我的问题是什么????如果你需要更多信息就告诉我。 感谢您的回答:)
我正在构建一个react原生应用程序,并使用库。 在我的Android/build.gradle中,我在buildScript中有以下内容: 这是否意味着我必须降级我的gradle版本?
在我的设置中,我在默认设置和手动设置路径之间切换。我还尝试将和添加到存储库中 我只是蚂蚁建设和运行我的应用程序,但它说不!哈哈救命