'Not Able to Generate SH1 key flutter
A problem occurred evaluating project ':app'.
No signature of method: build_f457swdnpa941st0fnkkmfoi5.android() is applicable for argument types: (build_f457swdnpa941st0fnkkmfoi5$_run_closure2) values: [buil d_f457swdnpa941st0fnkkmfoi5$_run_closure2@cad8526]
This is my build.gradel
As soon as i run C:\Users\username\StudioProjects\name\android> gradlew signingReport
i run into the above mentioned error
Solution 1:[1]
In your project root folder run these commands
For debug
cd android && ./gradlew signingReport
For release
cd android && ./gradlew clean && ./gradlew :app:bundleRelease
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | monzim |
