Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter W/zipro ( 2568): Error opening archive build\app\outputs\apk\app.apk: ERROR: dump failed because no AndroidManifest.xml found

I built a simple tic tac toe game. At first, when I ran the program on a physical android device, it worked but the day after that it didn't anymore. It shows this error.

W/zipro ( 2568): Error opening archive build\app\outputs\apk\app.apk: Invalid file ERROR: dump failed because no AndroidManifest.xml found Exit code 1 from: C:\Users\acer\AppData\Local\Android\sdk\build-tools\28.0.0\aapt dump badging build\app\outputs\apk\app.apk

like image 364
Paolo Pepito Avatar asked Aug 11 '18 23:08

Paolo Pepito


2 Answers

You can use flutter clean command. That's worked for me. I hope be useful for you.

like image 194
Mo Meshkani Avatar answered Oct 25 '22 12:10

Mo Meshkani


I tried 'flutter clean' command and 'flutter pub get' command. That solved the problem for me.

like image 38
sithum dilanga Avatar answered Oct 25 '22 11:10

sithum dilanga