移动项目后未找到Android Studio AndroidManifest

问题描述 投票:0回答:1

[最近,我通过关闭Android Studio中的项目,然后在新位置中将其打开,将Android Studio Flutter项目移至计算机中的另一个位置。这是当我尝试再次运行项目时出现在控制台中的错误。

我需要做什么?我是编程新手,以前从未做过。

Launching lib/main.dart on Pixel 3 XL in debug mode...
ERROR: dump failed because resource AndroidManifest.xml not found
Failed to extract manifest from APK: ProcessException: The command failed
  Command: /Users/user/Library/Android/sdk/build-tools/29.0.3/aapt dump xmltree /Users/user/Desktop/Coding Projects/Work/Smart Weighing Scale/Mobile App/loadcell_app/build/app/outputs/apk/app.apk AndroidManifest.xml.
No application found for TargetPlatform.android_arm64.
Is your project missing an android/app/src/main/AndroidManifest.xml?
Consider running "flutter create ." to create one.
android-studio android-manifest
1个回答
0
投票

首先检查项目的android文件夹中的AndroidMainfest.xml,然后在终端(位于Android Studio的底部)中尝试使用flutter clean命令,然后再单击flutter create .

© www.soinside.com 2019 - 2024. All rights reserved.