| 현상
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':unityLibrary:hive.androidlib:compileReleaseAidl'.
> Failed to install the following Android SDK packages as some licences have not been accepted.
build-tools;30.0.3 Android SDK Build-Tools 30.0.3
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: /Applications/Unity/Hub/Editor/2021.3.22f1/PlaybackEngines/AndroidPlayer/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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.1.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 24s
| 해결방법
- Android Studio > Tools > SDK Manager
- Android SDK > SDK Tools > Goolgle Play Licensing Library > Apply
반응형
'Workspace > Android' 카테고리의 다른 글
[Gradle][Unity] NDK is not installed (0) | 2023.08.18 |
---|---|
[Gradle][Unity] Using insecure protocols with repositories, without explicit opt-in, is unsupported (0) | 2023.08.18 |
[Gradle] No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi (0) | 2023.08.18 |
[Gradle] UnsatisfiedLinkError 에러 (1) | 2023.08.18 |
[Android] Manifest 병합 실패 이슈 (0) | 2023.08.18 |