Flutter: Gradle build failed to produce an .apk file. It’s likely that this file was generated under \build, but the tool couldn’t find it
in my case I have a multi flavor app like this: update 04/15/2021: { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 “version”: “0.2.0”, “configurations”: [ { “name”: “YOUR_PROJECT_NAME”, “program”: “lib/main.dart”, “request”: “launch”, “type”: “dart”, “args”: [ “–flavor”, “ADD_YOUR_FLAVOR_NAME_HERE” //development or … Read more