简体   繁体   English

无法确定 android 工作室中任务“:app:compileDebugJavaWithJavac”的依赖关系

[英]Could not determine the dependencies of task ':app:compileDebugJavaWithJavac' in android studio

I get these errors When I run flutter application using android studio.How can I solve this problem当我使用 android studio 运行 flutter 应用程序时出现这些错误。我该如何解决这个问题

* 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.
     patcher;v4 SDK Patch Applier v4
     emulator Android Emulator
     platforms;android-31 Android SDK Platform 31
     build-tools;30.0.3 Android SDK Build-Tools 30.0.3
     tools Android SDK Tools
  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: /usr/lib/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 27s
Exception: Gradle task assembleDebug failed with exit code 1

enter image description here在此处输入图像描述

This error is due to you not accepting the required licences to run a project in an emulator I think so head over to your Tools menu at the top of Android studio->SDK Manager-> Mark the checkbox written Android SDK BuildsTools under the SDK Toold Tab let it download and you'll be prompted to accept the licencing. This error is due to you not accepting the required licences to run a project in an emulator I think so head over to your Tools menu at the top of Android studio->SDK Manager-> Mark the checkbox written Android SDK BuildsTools under the SDK Toold选项卡让它下载,系统会提示您接受许可。 Thank you谢谢

在此处输入图像描述

In Android Studio go to Tools -> SDK Manager.在 Android Studio go 到工具 - > SDK 管理器。

Go to SDK Tools tab . Go 到SDK 工具选项卡

Select the Android SDK Command-line Tools (latest) and download by pressing Apply . Select Android SDK 命令行工具(最新)并按Apply下载。 在此处输入图像描述

On Windows , you can find the sdkmanager.bat atWindows 上,您可以在以下位置找到sdkmanager.bat

C:\Users[your_user]\AppData\Local\Android\Sdk\cmdline-tools\latest\bin C:\Users[your_user]\AppData\Local\Android\Sdk\cmdline-tools\latest\bin 在此处输入图像描述

暂无
暂无

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

相关问题 无法确定 flutter 中任务 ':app:compileDebugJavaWithJavac' 的依赖关系 - Could not determine the dependencies of task ':app:compileDebugJavaWithJavac' in flutter 无法确定任务 ':app:compileDebugJavaWithJavac' 的依赖关系。 (一个信号) - Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. (OneSignal) 无法确定任务 ':app:compileDebugJavaWithJavac' 的依赖关系。[Flutter] - Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.[Flutter] 无法确定任务 ':app:compileDebugJavaWithJavac' 的依赖关系 - Flutter - Could not determine the dependencies of task ':app:compileDebugJavaWithJavac' - Flutter 无法确定任务 ':app:compileDebugJavaWithJavac' Flutter 的依赖关系 - Could not determine the dependencies of task ':app:compileDebugJavaWithJavac' Flutter Flutter - 无法确定任务 ':app:compileDebugJavaWithJavac' 的依赖关系 - Flutter - Could not determine the dependencies of task ':app:compileDebugJavaWithJavac' flutter run 无法确定任务':app:compileDebugJavaWithJavac'的依赖关系 - flutter run Could not determine the dependencies of task ':app:compileDebugJavaWithJavac' Flutter 通知 OneSignal - 无法确定任务 ':app:compileDebugJavaWithJavac' 的依赖关系 - Flutter Notification OneSignal - Could not determine the dependencies of task ':app:compileDebugJavaWithJavac' 无法确定任务':app:compileDebugJavaWithJavac Flutter VS的依赖关系 - Could not determine the dependencies of task ':app:compileDebugJavaWithJavac Flutter VS 无法确定任务 ':app:compileDebugJavaWithJavac' 的依赖关系。 颤振应用 - Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. flutter application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM