I installed flutter and dart then tried to test the default app of flutter on web and it worked well. Then tried to test the app on my own phone i get that error :
windows [Version 10.0.17763.1039]
(c) 2018 Microsoft Corporation. All rights reserved.
D:\tests\flutter_appd>flutter run
Launching lib\main.dart on STK LX1 in debug mode...
Running Gradle task 'assembleDebug'...
Running Gradle task 'assembleDebug'... Done 117.9s
√ Built build\app\outputs\apk\debug\app-debug.apk.
After this step i got a message saying that " aapt.EXE stop working "
then
Failed to extract manifest from APK: ProcessException: The
command failed
Command: C:\Users\User\AppData\Local\Android\sdk\build-t
ools\28.0.3\aapt dump xmltree
D:\tests\flutter_appd\build\app\outputs\apk\app.apk AndroidManifest.xml.
Problem building Android application: see above error(s).
thank you.
I installed flutter and dart then tried to test the default app of flutter on web and it worked well. Then tried to test the app on my own phone i get that error :
windows [Version 10.0.17763.1039]
(c) 2018 Microsoft Corporation. All rights reserved.
D:\tests\flutter_appd>flutter run
Launching lib\main.dart on STK LX1 in debug mode...
Running Gradle task 'assembleDebug'...
Running Gradle task 'assembleDebug'... Done 117.9s
√ Built build\app\outputs\apk\debug\app-debug.apk.
After this step i got a message saying that " aapt.EXE stop working "
then
Failed to extract manifest from APK: ProcessException: The
command failed
Command: C:\Users\User\AppData\Local\Android\sdk\build-t
ools\28.0.3\aapt dump xmltree
D:\tests\flutter_appd\build\app\outputs\apk\app.apk AndroidManifest.xml.
Problem building Android application: see above error(s).
thank you.