gpt4 book ai didi

android - 无法使用 minSdk = 21 构建项目

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:38:02 24 4
gpt4 key购买 nike

我成功地使用最多 20 个 sdk 构建了项目,但是当我尝试构建时:

minSdkVersion 21
targetSdkVersion 21

我得到一个错误:

:project:preDexDebug
no classfiles specified

FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':project:preDexDebug'.
> com.android.ide.common.internal.LoggedErrorException: Failed to run command:
/Users/user/android-sdk-macosx/build-tools/21.1.1/dx -JXmx2g --dex --multi-dex --output /Users/user/Project-Android/project/build/intermediates/pre-dexed/debug/tween-engine-api-sources-a613effab3e9735b093029491b18c5c4872bdf88.jar /Users/user/Project-Android/project/build/intermediates/exploded-aar/android-ui-client.gdxlibrary/android/unspecified/libs/tween-engine-api-sources.jar
Error Code:
1
Output:
no classfiles specified

我在应用程序的某些地方使用了 libgdx。

然后出现安装对话框,如果我选择一个设备,我会得到另一个错误:

Target device: genymotion-google_nexus_6___5_0_0___api_21___1440x2560-192.168.56.103:5555
Uploading file
local path: /Users/user/Project-Android/project/build/outputs/apk/project-debug.apk
remote path: /data/local/tmp/com.ui.client.debug
I/O Error: /Users/user/Project-Android/project/build/outputs/apk/project-debug.apk (No such file or directory)

然后 IDE 对话框出现错误信息:

Failed to complete Gradle execution.

Cause:

(cause 后面的空格)

最佳答案

我遇到了完全相同的问题。使用 --debug 选项运行 gradle 后,发现 gradle 无法处理其中没有类文件的 jar 文件(*-javadoc.jar)。

从/libs 文件夹中删除文件解决了这个问题。

关于android - 无法使用 minSdk = 21 构建项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28834635/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com