Seraphic Jamz
Seraphic Jamz

Reputation: 1

Failed to extract manifest from APK: ProcessException: The command failed when trying to run flutter app on physical device

'Launching lib\main.dart on Tecno V9 in debug mode... Failed to extract manifest from APK: ProcessException: The command failed Command: C:\Users\Veekvio\AppData\Local\Android\sdk\build-tools\30.0.2\aapt dump xmltree C:\Users\Veekvio\AndroidStudioProjects\i_am_rich\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml. No application found for TargetPlatform.android_arm. Is your project missing an android\app\src\main\AndroidManifest.xml?'

Upvotes: 0

Views: 1193

Answers (1)

Saurabh Wani
Saurabh Wani

Reputation: 11

Delete the file

build/app/outputs

And run command flutter create . And Re run the app

Upvotes: 1

Related Questions