简体   繁体   English

运行 Flutter 项目的 android Studio 出现问题

[英]Problem with android Studio with run a Flutter project

After a update made few month ago, it's no more possible to run a Flutter project on a virtual or physical device.在几个月前进行更新后,不再可能在虚拟或物理设备上运行 Flutter 项目。 it appears the following failture message:出现以下失败消息:

Launching lib\main.dart on sdk gphone x86 arm in debug mode...
Running Gradle task 'assembleDebug'...
Checking the license for package Android SDK Build-Tools 28.0.3 in C:\Users\****\AppData\Local\Android\sdk\licenses
Warning: License for package Android SDK Build-Tools 28.0.3 not accepted.
Checking the license for package Android SDK Platform 29 in C:\Users\****\AppData\Local\Android\sdk\licenses
Warning: License for package Android SDK Platform 29 not accepted.

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Failed to install the following Android SDK packages as some licences have not been accepted.
     build-tools;28.0.3 Android SDK Build-Tools 28.0.3
     platforms;android-29 Android SDK Platform 29
  To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
  Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html

  Using Android SDK: C:\Users\****\AppData\Local\Android\sdk

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 9s
Exception: Gradle task assembleDebug failed with exit code 1

What can I do tho solve this problem?我能做些什么来解决这个问题? I thank you in advance.我提前谢谢你。

Try flutter doctor --android-licenses试试flutter doctor --android-licenses

try writing this commands in powershell:尝试在 powershell 中编写此命令:

setx PUB_HOSTED_URL "https://pub.flutter-io.cn"

setx FLUTTER_STORAGE_BASE_URL "https://storage.flutter-io.cn"

it adds environment variables它添加了环境变量

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM