Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Getting this error in android studio 3.5

Android Version 3.5

SDK 28

flutter latest version

Any one help me with this error? Getting this in windows 7 ultimate

Failed to extract manifest from APK: Exit code -1073741515 from: C:\Users\Shahryar Ahmed\AppData\Local\Android\sdk\build-tools\29.0.2\aapt dump xmltree C:\Users\Shahryar Ahmed\AndroidStudioProjects\flutter_app\build\app\outputs\apk\app.apk AndroidManifest.xml.
No application found for TargetPlatform.android_arm.
Is your project missing an android\app\src\main\AndroidManifest.xml?
Consider running "flutter create ." to create one.
like image 409
Shahryar Ahmed Avatar asked Dec 14 '22 10:12

Shahryar Ahmed


1 Answers

Try to do a

flutter clean 

This solved lots of problems for me

like image 159
Davide Bicego Avatar answered Feb 16 '23 00:02

Davide Bicego