gpt4 book ai didi

android - 带有 Proguard 的 Ant - java.lang.NoClassDefFoundError

转载 作者:行者123 更新时间:2023-11-29 14:02:57 25 4
gpt4 key购买 nike

在构建过程中,我收到此警告:

can't find referenced class com.google.gson.GsonBuilder

如果我使用选项 -libraryjars(按照建议)将库添加到 proguard.cfg:

-libraryjars path-to/gson-1.7.1.jar

警告消失了,但是当我运行应用程序时,我在运行时遇到异常:

...caused by: java.lang.NoClassDefFoundError: com.google.gson.GsonBuilder

我做错了什么?

最佳答案

您必须让 Ant 在构建过程中可以使用它。尝试将该 JAR 添加到 Ant/lib 目录并再次重新运行 Ant 构建。

如果您在运行时获取它,则意味着 JAR 不可用于类加载器。

关于android - 带有 Proguard 的 Ant - java.lang.NoClassDefFoundError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8609044/

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