apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "com.package.app"
minSdkVersion 16
targetSdkVersion 27
versionCode 2000044
versionName "4.1.1"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
dexOptions {
preDexLibraries = false
javaMaxHeapSize "3g"
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES.txt'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/notice.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/dependencies.txt'
exclude 'META-INF/LGPL2.1'
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
repositories {
mavenCentral()
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
//compile 'com.squareup.okhttp3:logging-interceptor:3.4.0'
compile 'com.android.support:appcompat-v7:27.1.1'
compile 'com.android.support:design:27.1.1'
compile 'com.google.firebase:firebase-core:15.0.2'
compile 'com.google.firebase:firebase-config:15.0.2'
compile 'com.google.firebase:firebase-messaging:15.0.2'
compile 'com.google.android.gms:play-services-tagmanager:15.0.2'
compile 'com.google.android.gms:play-services-auth:15.0.0'
compile 'com.google.android.gms:play-services-maps:15.0.0'
compile 'com.google.android.gms:play-services-location:15.0.0'
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.0.2'
//compile 'com.google.firebase:firebase-crash:12.0.1'
compile 'com.crashlytics.sdk.android:crashlytics:2.9.2'
compile 'com.facebook.android:facebook-android-sdk:4.31.0'
compile 'com.appsflyer:af-android-sdk:4.8.9@aar'
compile 'com.android.installreferrer:installreferrer:1.0'
testCompile 'junit:junit:4.12'
compile 'com.android.support:multidex:1.0.3'
}
apply plugin: 'com.google.gms.google-services'
buildscript {
repositories {
jcenter()
google()
maven {
url 'https://maven.fabric.io/public'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:3.2.1'
classpath 'io.fabric.tools:gradle:1.25.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android Studio要求我将gradle升级到3.5.1版本,但一旦我这样做了,它就不再同步了,尽管我没有报告任何明显的错误... 出现的唯一错误消息是“Gradle项目同步失败。基本功能(如编辑、调试)将无法正常工作。” 和我的一些“idea.log”最后条目
它将建立所有的味道,做检查等。我很受伤,你永远不知道一个来自中国的同性恋有多想建立一个项目。缓慢的DNS,netwok限制…pzzzz.我的心..哦.. 那么,我可以用终端做什么,有一个任务做同步吗?我不想做任何多余的工作。对了,我可以看看android studio sync的源代码吗?我可以配置它吗?
我从GitHub下面的链接下载了basicSample项目。当我想同步项目,我得到以下错误。我搜索了一下,我看到了这个链接(如何在android studio中将梯度更新到3.4.1),我尝试了脱机模式,但又不起作用。我当时很困惑。我不能在线同步gradle 3.4.0吗?是否应该使用脱机同步?如果是,我如何设置gradle和gradle插件(我在设置中设置了gradle的路径,但Android
我尝试在Android Studio中导入一个项目。导入时,Gradle出现了一个错误: 我试过:
错误:找不到com.android.tools.build:gradle:3.4.1。在以下位置搜索:https://jcenter.bintray.com/com/android/tools/build/gradle/3.4.1/gradle-3.4.1.pom https://jcenter.bintray.com/com/android/tools/build/gradle/3.4.1/gr