एंड्रॉइड स्टूडियो 3.0 फ्लेवर डायमेंशन इश्यू


224

स्टूडियो कैनरी बिल्ड में अपग्रेड किया गया। टेलीग्राम मैसेंजर की मेरी पिछली परियोजना निम्नलिखित त्रुटि दे रही है।

त्रुटि: सभी स्वादों को अब नामित स्वाद आयाम से संबंधित होना चाहिए। स्वाद 'armv7' को एक स्वाद आयाम नहीं सौंपा गया है। Https://d.android.com/r/tools/flavorDimensions-missing-error-message.html पर और जानें

मुझे क्या करना चाहिए? मैंने उस लिंक को पहले ही देख लिया है लेकिन समझ नहीं पा रहा हूं कि क्या करूं। मेरे पास अब 3 बिल्ड वेरिएंट हैं, रिलीज़, डिबग और फॉस।

जवाबों:


528

यदि आपको वास्तव में तंत्र की आवश्यकता नहीं है, तो बस अपने में एक यादृच्छिक स्वाद आयाम निर्दिष्ट करें build.gradle:

android { 
    ...
    flavorDimensions "default"
    ...
}

अधिक जानकारी के लिए, माइग्रेशन मार्गदर्शिका देखें


1
धन्यवाद। मेरे पास पहले से ही एक आयाम "वर्जनकोड" था, मैंने इसका इस्तेमाल किया।
ओंकार नाथ सिंह

2
फ्लेवरडिमिशन "वर्जनकोड" प्रोडक्टफ्लवर्स {डिबग {डिफॉल्ट "वर्जननाम" 1.0 "} रिलीज {डायमेंशन" डिफॉल्ट "वर्जननाम" 1.0 "} फॉस {डायमेंशन" डिफॉल्ट "वर्जननाम" 1.0 "}} को यह त्रुटि मिली है। उत्पाद नाम किसी से नहीं टकरा सकते BuildType नामों के साथ। क्या आप कृपया किसी को मेरी मदद कर सकते हैं। मुझे कोटलिन के साथ 3.0 बीटा संस्करण कैनरी के रूप में यह त्रुटि मिली।
एमडी मेडुल इस्लाम

5
यदि आपके पास केवल एक आयाम है, तो आपको इसे प्रत्येक स्वाद में निर्दिष्ट करने की आवश्यकता नहीं है। बस पहली flavorDimensions "default"पंक्ति ऊपर है कि सभी की जरूरत है।
ग्राहम बोरलैंड

1
@GrahamBorland संकेत के लिए धन्यवाद, मैंने तदनुसार उत्तर अपडेट किया।
tknell

1
हो सकता है कि जोड़ दें, वह फ़ाइल हैapp/build.gradle
कॉमेडी

60

कोशिश करने और ध्यान से पढ़ने के बाद, मैंने इसे खुद हल किया। समाधान build.gradle में निम्न पंक्ति जोड़ना है।

स्वादविमर्श "संस्करणकोड"

android { 
       compileSdkVersion 24
       .....
       flavorDimensions "versionCode"
} 

2
जहां आप इस लाइन में जोड़ते हैं? थोड़ा और संदर्भ उपयोगी होगा
ब्रैंडो मैडेन

2
Android में build.gradle फ़ाइल के अंदर {...}
ओंकार नाथ सिंह

Android {compileSdkVersion 24 .... // यहाँ जोड़ें}
ओंकार नाथ सिंह

16
क्यों "वर्जनकोड" और कुछ नहीं? क्या यह किसी भी तरह वर्जनकोड को प्रभावित करेगा?
एमबीएच

1
@ मेरे पास मेरे उत्पाद में है। आपको पहचानने के लिए बस किसी अनोखी कुंजी की आवश्यकता है।
ओंकार नाथ सिंह

40

यहां आप इस समस्या को हल कर सकते हैं, आपको ProductFlavors के नाम के साथ स्वाद जोड़ने की आवश्यकता है और साथ ही आयाम को परिभाषित करने की आवश्यकता है, उदाहरण के लिए नीचे देखें और अधिक जानकारी के लिए यहां देखें https://developer.android.com/studio/build/gradle-plainin- 3-0-0-migration.html

flavorDimensions 'yourAppName' //here defined dimensions
productFlavors {
    production {
        dimension 'yourAppName' //you just need to add this line
        //here you no need to write applicationIdSuffix because by default it will point to your app package which is also available inside manifest.xml file.

    }

    staging {
        dimension 'yourAppName' //added here also
        applicationIdSuffix ".staging"//(.staging) will be added after your default package name.
        //or you can also use applicationId="your_package_name.staging" instead of applicationIdSuffix but remember if you are using applicationId then You have to mention full package name.
        //versionNameSuffix "-staging"

    }

    develop {
        dimension 'yourAppName' //add here too
        applicationIdSuffix ".develop"
        //versionNameSuffix "-develop"

    }

19

यदि आप आयामों का उपयोग नहीं करना चाहते हैं तो आपको इस लाइन का उपयोग करना चाहिए

android { 
compileSdkVersion 24

...
flavorDimensions "default"
...
}

लेकिन अगर आप चाहते हैं कि आप उन आयामों का उपयोग करें जिन्हें आपको पहले अपना आयाम नाम घोषित करना चाहिए और तब इस नाम का उपयोग दस्तावेज़ों से होने के बाद किया जाना चाहिए:

android {
...
buildTypes {
debug {...}
release {...}
}

  // Specifies the flavor dimensions you want to use. The order in which you
  // list each dimension determines its priority, from highest to lowest,
  // when Gradle merges variant sources and configurations. You must assign
  // each product flavor you configure to one of the flavor dimensions.
  flavorDimensions "api", "mode"

  productFlavors {
    demo {
  // Assigns this product flavor to the "mode" flavor dimension.
  dimension "mode"
  ...
}

full {
  dimension "mode"
  ...
}

// Configurations in the "api" product flavors override those in "mode"
// flavors and the defaultConfig block. Gradle determines the priority
// between flavor dimensions based on the order in which they appear next
// to the flavorDimensions property above--the first dimension has a higher
// priority than the second, and so on.
minApi24 {
  dimension "api"
  minSdkVersion 24
  // To ensure the target device receives the version of the app with
  // the highest compatible API level, assign version codes in increasing
  // value with API level. To learn more about assigning version codes to
  // support app updates and uploading to Google Play, read Multiple APK Support
  versionCode 30000 + android.defaultConfig.versionCode
  versionNameSuffix "-minApi24"
  ...
}

minApi23 {
  dimension "api"
  minSdkVersion 23
  versionCode 20000  + android.defaultConfig.versionCode
  versionNameSuffix "-minApi23"
  ...
}

minApi21 {
  dimension "api"
  minSdkVersion 21
  versionCode 10000  + android.defaultConfig.versionCode
  versionNameSuffix "-minApi21"
  ...
    }
  }
}
...

9

मैंने build.gradle (मॉड्यूल: ऐप) में अपने एप्लिकेशन के लिए फ्लेवरडिमेंट्स का उपयोग किया है

flavorDimensions "tier"

productFlavors {
    production {
        flavorDimensions "tier"
        //manifestPlaceholders = [appName: APP_NAME]
        //signingConfig signingConfigs.config
    }
    staging {
        flavorDimensions "tier"
        //manifestPlaceholders = [appName: APP_NAME_STAGING]
        //applicationIdSuffix ".staging"
        //versionNameSuffix "-staging"
        //signingConfig signingConfigs.config
    }
}

अधिक जानकारी के लिए इस लिंक को देखें

// Specifies two flavor dimensions.
flavorDimensions "tier", "minApi"

productFlavors {
     free {
            // Assigns this product flavor to the "tier" flavor dimension. Specifying
            // this property is optional if you are using only one dimension.
            dimension "tier"
            ...
     }

     paid {
            dimension "tier"
            ...
     }

     minApi23 {
            dimension "minApi"
            ...
     }

     minApi18 {
            dimension "minApi"
            ...
     }
}

0

यदि आपके पास साधारण फ्लेवर (फ्री / प्रो, डेमो / फुल आदि) हैं, तो build.gradle फ़ाइल में जोड़ें:

android {
...
flavorDimensions "version"
productFlavors {
        free{
            dimension "version"
            ...
            }
        pro{
            dimension "version"
            ...
            }
}

आयामों द्वारा आप "जायके में स्वाद" बना सकते हैं। और अधिक पढ़ें

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.