You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After making the necessary changes, i keep encountering the following error, the local is one of the productFlavours i specified in the app/build.gradle
Could not find method local() for arguments [build_8jja1bi60n2os0zcgj2y070gu$_run_closure2$_closure14$_closure28$_closure29@59f56bb8] on BuildType$AgpDecorated_Decorated{name=productFlavors, debuggable=false, testCoverageEnabled=false, jniDebuggable=false, pseudoLocalesEnabled=false, renderscriptDebuggable=false, renderscriptOptimLevel=3, minifyEnabled=false, zipAlignEnabled=true, signingConfig=null, embedMicroApp=true, mBuildConfigFields={}, mResValues={}, mProguardFiles=[], mConsumerProguardFiles=[], mManifestPlaceholders={}} of type com.android.build.gradle.internal.dsl.BuildType$AgpDecorated. * Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
How productFlavors are being done, it is working in my previous version
Environment
Omitted ios because am no issue in iOS
Things I’ve done to figure out my issue
Upgrading version
0.72.6 -> 0.76.0
Description
After making the necessary changes, i keep encountering the following error, the local is one of the productFlavours i specified in the app/build.gradle
How productFlavors are being done, it is working in my previous version
Reproducible demo
after making the changes, as long as i run a building method, it will show the error
The text was updated successfully, but these errors were encountered: