Flutter Error Failed to extract manifest from APK: Exit code -1073741515 Flutter Error Failed to extract manifest from APK: Exit code -1073741515 dart dart

Flutter Error Failed to extract manifest from APK: Exit code -1073741515


Try to do a

flutter clean 

This solved lots of problems for me


File->Invalidate Caches/Restart..


I encountered the same problem and I fixed it by deleting the app.apk in the build/app/ouputs/apk directory and it worked.