gpt4 book ai didi

java - Android Studio 导入我自己的 .jar 文件

转载 作者:行者123 更新时间:2023-12-02 12:27:30 26 4
gpt4 key购买 nike

我已经使用 Intellij 为我的 android 应用程序创建了一个 java 库。效果很好。我也用 Intellij 构建过。

我已将 .jar 文件复制到 myAndroidApp/libs/。我已经使用文件>>项目结构>>依赖项导入了库。没关系!没有问题。我也可以在 Android studio 中使用我的类(class)。

但是...

当我运行我的应用程序时,它会抛出此错误:

Information:Gradle tasks [:app:assembleDebug]
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.

> Could not expand ZIP './app/libs/GetWebDatas.jar'.

控制台输出:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Could not expand ZIP
'./app/libs/GetWebDatas.jar'.

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

实际上我可以在另一个java项目中完美地使用我的GetWebDatas.jar文件,没有错误。但我不能在android项目中使用。

我还可以将 Jsoup 或另一个流行的 .jar 项目导入到我的 Android 应用程序中。但我不能自己的项目。

最佳答案

也许你可以尝试一下文件 -> 新建 -> 新模块 -> 导入.JAR/.AAR包

关于java - Android Studio 导入我自己的 .jar 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45430500/

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