79324456

Date: 2025-01-02 17:09:29
Score: 1.5
Natty:
Report link

The File build.gradle [Projetct_Root]/android/app, need to have only one buildTypes. A simple duplicate ocorrence dont cause any error but cause this problem. I remove the duplicated item and the problem is solved.

buildTypes {
    release {
        // TODO: Add your own signing config for the release build.
        // Signing with the debug keys for now,
        // so `flutter run --release` works.
        signingConfig = signingConfigs.debug
    }
}

thanks a lot Akshay Gupta,

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Anderson Bisconsin