We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear Sir
if
FlavorDemo/app/build.gradle
Line 52 in d2ad142
change to
flavorDimensions('abi', 'version', 'environment') productFlavors { x86 { dimension 'abi' } armV7 { dimension 'abi' } enterprise { dimension "version" } lite { dimension "version" } dev { dimension "environment" } sit { dimension "environment" } prod { dimension "environment" } } and flavor_x86 https://github.com/zincPower/FlavorDemo/blob/d2ad1426d164bf7f72ebf6b07d6d8c66d22e6d72/flavor_x86/build.gradle#L25 change to flavorDimensions('abi' ) // 创建产品风味 productFlavors { pro { dimension 'abi' } free{ dimension 'abi' } } i add matchingFallbacks & missingDimensionStrategy still build fail how set it ? THX
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Sir
if
FlavorDemo/app/build.gradle
Line 52 in d2ad142
change to
The text was updated successfully, but these errors were encountered: