web-dev-qa-db-ja.com

BuildConfig変数。エラー:シンボルが見つかりません

プロジェクトでは、いくつかのflavors、いくつかのbuildTypes、およびいくつかのfoldersを組み合わせて使用​​しています

ビルドの組み合わせ:

enter image description here

フォルダー構造

enter image description here

各フォルダには、これを登録するためのカスタムApplication class + AndroidManifestがありますApplication class

enter image description here

たまにsometimesビルドがcannot find symbolエラーで失敗する:

\app\src\main\Java\ru\my\package\app\environment\MyApp.Java:35: error: cannot find symbol
            .core(new CrashlyticsCore.Builder().disabled(!BuildConfig.ANALYTICS).build())

またはAppクラスに依存しないが同じエラー

\app\src\main\Java\ru\my\package\presentation\presenter\impl\MainPresenterImpl.Java:104: error: cannot find symbol
    if (!BuildConfig.ANALYTICS) return;

しかし、次のビルドは成功する可能性があるため、可能なフローは

  1. ビルド(成功)
  2. コードの一部
  3. ビルド(エラー)
  4. ビルド再試行(成功)<-コードを変更せずに

  • syncの問題ではなく、同期/無効化キャッシュは答えではありません
  • importの問題ではありません

免責事項:このような質問がありますが、たとえば、.

Gradle buildConfigField BuildConfigはシンボルを解決できません

[〜#〜]更新[〜#〜]

Gradleの依存関係:

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation project(path: ':OVSALibrary')
    implementation project(path: ':YaMapProject')
    implementation 'com.jakewharton:butterknife:8.8.1'
    implementation 'com.google.dagger:dagger:2.14.1'
    kapt 'com.google.dagger:dagger-compiler:2.14.1'
    implementation 'com.google.code.gson:gson:2.8.2'
    implementation 'eu.davidea:flexible-adapter:5.0.0-rc3'
    kapt 'com.jakewharton:butterknife-compiler:8.8.1'
    implementation "com.Android.support:appcompat-v7:$support_lib_version"
    implementation "com.Android.support:design:$support_lib_version"
    implementation "com.Android.support:support-v4:$support_lib_version"
    implementation "com.Android.support:recyclerview-v7:$support_lib_version"
    implementation "com.Android.support:support-emoji:$support_lib_version"
    implementation "com.Android.support:support-emoji-appcompat:$support_lib_version"
    implementation "com.Android.support:support-emoji-bundled:$support_lib_version"
    implementation 'com.Android.support.constraint:constraint-layout:1.1.2'
    implementation 'com.squareup.retrofit2:retrofit:2.3.0'
    implementation 'com.squareup.okhttp3:okhttp:3.10.0'
    implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
    implementation 'io.reactivex.rxjava2:rxjava:2.1.7'
    implementation 'ru.egslava:MaskedEditText:1.0.5'
    implementation 'nl.big-o:liqp:0.7.3'
    implementation 'org.jsoup:jsoup:1.7.2'
    implementation 'me.everything:overscroll-decor-Android:1.0.4'
    implementation 'com.squareup.picasso:picasso:2.6.0-SNAPSHOT'
    implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
    compile ('com.squareup.retrofit2:converter-simplexml:2.3.0') {
        exclude group: 'stax', module: 'stax-api'
        exclude group: 'stax', module: 'stax'
        exclude group: 'xpp3', module: 'xpp3'
    }
    implementation 'com.makeramen:roundedimageview:2.3.0'
    implementation ('com.github.revern:socket.io-client-Java:master-SNAPSHOT') {
        exclude group: 'org.json', module: 'json'
    }
    implementation 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.5@aar'
    implementation 'com.luckycatlabs:SunriseSunsetCalculator:1.2'
    implementation ('com.github.developer-shivam:Crescento:1.2.1') {
        exclude group: 'com.Android.support', module: 'appcompat-v7'
        exclude group: 'com.Android.support', module: 'palette-v7'
    }
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    implementation 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.5@aar'
    implementation('com.crashlytics.sdk.Android:crashlytics:2.9.0@aar') {
        transitive = true;
    }
    implementation 'com.Android.support:cardview-v7:27.1.1'
    implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'

    implementation 'com.malinskiy:superrecyclerview:1.1.4'

    // Yandex.Map things
    implementation 'com.yandex.Android:mapkit:3.0.0'

    // Yandex ads. Adfox.
    rcImplementation 'com.yandex.Android:mobmetricalib:3.0.0'
    debugWithAnalyticsImplementation 'com.yandex.Android:mobmetricalib:3.0.0'
    releaseImplementation 'com.yandex.Android:mobmetricalib:3.0.0'
    implementation 'com.yandex.Android:mobileads:2.71'


    // Waiting for https://github.com/SundeepK/CompactCalendarView/pull/287
    // Waiting for https://github.com/SundeepK/CompactCalendarView/pull/288
    implementation 'com.github.dryaz:CompactCalendarView:master-SNAPSHOT'

    // Waiting for https://github.com/opacapp/multiline-collapsingtoolbar/pull/57
    implementation 'com.github.dryaz:multiline-collapsingtoolbar:master-SNAPSHOT'

    implementation 'com.github.clans:fab:1.6.4'

    implementation 'org.greenrobot:eventbus:3.1.1'

    testImplementation "org.robolectric:robolectric:3.8"
    testImplementation 'junit:junit:4.12'
    testImplementation "com.Android.support.test:monitor:1.0.2"
    androidTestImplementation 'com.Android.support.test:runner:1.0.2'
    androidTestImplementation 'com.Android.support.test.espresso:espresso-core:3.0.2'

    // PAY SDK
    implementation(name:'mos-pay-sdk-1.0.9', ext:'aar')
    implementation 'io.card:Android-sdk:5.5.1'
    implementation ('eu.livotov.labs.Android:3DSView:1.1.2@aar') {transitive=true}

    // Android Architecture Components
    implementation "Android.Arch.lifecycle:runtime:$androidArch"
    implementation "Android.Arch.lifecycle:extensions:$androidArch"
    annotationProcessor "Android.Arch.lifecycle:compiler:$androidArch"

    compile 'com.google.firebase:firebase-core:16.0.0'
    compile 'com.google.firebase:firebase-messaging:17.0.0'
}

**更新**これがbuildTypesproductFlavorsのリストです

flavorDimensions("devbeta", "mainmirror")
    productFlavors {
        // Beta API enviroment
        beta {
            dimension = "devbeta"
            buildConfigField "String", "SOCKET_REMOTE_PATH", "\"/api-beta/socket.io\""
        }

        // Dev API enviroment
        dev {
            dimension = "devbeta"
            buildConfigField "String", "SOCKET_REMOTE_PATH", "\"/api-dev/socket.io\""
        }

        // Prod API enviroment
        prod {
            dimension = "devbeta"
            buildConfigField "String", "SOCKET_REMOTE_PATH", "\"/socket.io\""
        }

        mainhost {
            dimension = "mainmirror"
            buildConfigField "String", "CONFIG_REMOTE_HOSTNAME", "\"some.Host.url\""
        }

        mirrorhost {
            dimension = "mainmirror"
            buildConfigField "String", "CONFIG_REMOTE_HOSTNAME", "\"some.Host.url\""
        }
    }

    buildTypes {
        debug {
            minifyEnabled false
            shrinkResources false
            buildConfigField "boolean", "ANALYTICS", "false"
            signingConfig signingConfigs.customDebug
            ext.enableCrashlytics = false
            manifestPlaceholders = [
                    firebaseAnalyticsDeactivated: "true",
                    appIcon: "@mipmap/ic_launcher_debug",
            ]
        }

        debugWithAnalytics.initWith(buildTypes.debug)
        debugWithAnalytics {
            ext.betaDistributionGroupAliases = "group-internal"
            ext.betaDistributionReleaseNotes = "$getReleaseNotes"
            ext.enableCrashlytics = true
            buildConfigField "boolean", "ANALYTICS", "true"
            matchingFallbacks = ['debug', 'release']
        }

        debugWithProguard.initWith(buildTypes.debug)
        debugWithProguard {
            minifyEnabled true
            shrinkResources true
            proguardFiles(file('./proguard').listFiles())
            matchingFallbacks = ['release', 'debug']
        }

        // RC build for inner testers that has analytics, signed with debug key.
        rc {
            minifyEnabled true
            shrinkResources true
            proguardFiles(file('./proguard').listFiles())
            buildConfigField "boolean", "ANALYTICS", "true"
            // Fields for fabric beta distribution
            ext.betaDistributionGroupAliases = "group-internal"
            ext.betaDistributionReleaseNotes = "$getReleaseNotes"

            signingConfig signingConfigs.customDebug

            manifestPlaceholders = [
                    firebaseAnalyticsDeactivated: "false",
                    appIcon: "@mipmap/ic_launcher_rc",
            ]
            matchingFallbacks = ['debug', 'release']
        }

        release.initWith(buildTypes.rc)
        release {
            buildConfigField "boolean", "ANALYTICS", "true"
            ext.betaDistributionGroupAliases = "group-customer"
            signingConfig signingConfigs.release
            manifestPlaceholders = [
                    firebaseAnalyticsDeactivated: "false",
                    appIcon: "@mipmap/ic_launcher",
            ]
        }
    }
7
dilix

最後に、理由を見つけたようです。メインのappとまったく同じパッケージIDのライブラリプロジェクトがあるため、ライブラリプロジェクトの内部BuildConfigには変数が含まれていません。

0
dilix

まったく意味がないかもしれませんが、defaultConfigにデフォルト値を直接入力してテストしたことがありますか?

defaultConfig {
    buildConfigField "boolean", "ANALYTICS", "false"
}
1
Norbert

私はアプリにもフレーバーがあり、debugVariantを使用するとBuildConfigが作成されて機能することを知っていますが、releaseVariantを使用しようとするとBuildConfigファイルを作成できない場合よりも作業します。

0
Harpreet

同様のエラーがあります。つまり、BuildConfig.FOOを解決できません。他の場所に赤いマークエラーがあるためです。あなたは気付かないかもしれませんAndroidManifest.xmlには、赤色でマークされた存在しないサービスクラスが含まれています。最初にサービスクラスを修正してから再構築すると、BuildConfig.FOOの赤い色が消えます。

学んだ教訓は、何も問題が見られない特定の赤い色を修正することに焦点を当てておらず、代わりに他のファイルを調べて最初に修正することでした。

0
林果皞