android10项目编译出错,Android项目编译失败

绝地灬酷狼 2022-10-17 15:56 401阅读 0赞

现象描述

构建我的私有项目是报错。

重现步骤

直接构建就报错

报错信息

Exception while marshalling android_sdk/platforms/android-26/package.xml. Probably the SDK is read-only

Exception while marshalling android_sdk/platforms/android-27/package.xml. Probably the SDK is read-only

Exception while marshalling android_sdk/platforms/android-P/package.xml. Probably the SDK is read-only

Exception while marshalling android_sdk/tools/package.xml. Probably the SDK is read-only

Configuration ‘compile’ in project ‘:CallLib’ is deprecated. Use ‘implementation’ instead.

Configuration ‘compile’ in project ‘:IMLib’ is deprecated. Use ‘implementation’ instead.

Configuration ‘compile’ in project ‘:app’ is deprecated. Use ‘implementation’ instead.

Warning: Observed package id ‘build-tools;28.0.0-rc1’ in inconsistent location ‘android_sdk/build-tools/28.0.0-preview’ (Expected ‘android_sdk/build-tools/28.0.0-rc1’)

Warning: Observed package id ‘build-tools;28.0.0-rc1’ in inconsistent location ‘android_sdk/build-tools/28.0.0-preview’ (Expected ‘android_sdk/build-tools/28.0.0-rc1’)

Checking the license for package CMake 3.6.4111459 in android_sdk/licenses

Warning: License for package CMake 3.6.4111459 not accepted.

FAILURE: Build failed with an exception.

What went wrong:

A problem occurred configuring project ‘:supportlib’.

You have not accepted the license agreements of the following SDK components:

[CMake 3.6.4111459].

Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.

Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html

Try:

Run with —stacktrace option to get the stack trace. Run with —info or —debug option to get more log output.

BUILD FAILED in 54s

发表评论

表情:
评论列表 (有 0 条评论,401人围观)

还没有评论,来说两句吧...

相关阅读