小编Vai*_*tam的帖子

已存在的程序类型:com.google.android.gms.internal.zzfq

我收到这个错误.尽管尝试了所有的事情我无法解决它.请帮我.

我尝试过的事情是:

  1. 删除.build,.idea等再重建
  2. 清洁和重建
  3. 更改编译库的版本

谢谢

插件

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'io.fabric'
Run Code Online (Sandbox Code Playgroud)

Android的

android {
dexOptions {
    preDexLibraries = false
    javaMaxHeapSize "2g"
}

compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
    applicationId "com.funzone.alarmnap"
    minSdkVersion 16
    targetSdkVersion 27
    versionCode 1
    multiDexEnabled true
    versionName "1.1"
    vectorDrawables.useSupportLibrary = true
    testInstrumentationRunner 
    "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}
   }
Run Code Online (Sandbox Code Playgroud)

Greendao插件

 apply plugin: 'org.greenrobot.greendao'
 greendao {
   targetGenDir 'src/main/java'
   schemaVersion 2 …
Run Code Online (Sandbox Code Playgroud)

android firebase android-gradle-plugin

25
推荐指数
4
解决办法
3万
查看次数

标签 统计

android ×1

android-gradle-plugin ×1

firebase ×1