Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 android 中使用 jsoup.jar 时,问题是:
意外的顶级异常:java.lang.IllegalArgumentException:已添加:... 转换为 Dalvik 格式失败,错误 1
android中不能使用jsoup.jar吗?我搜索了很多材料,但它不起作用!帮助!
您有两次包含相同的 jar 库。检查您的应用程序和所有引用的 Android 库,并确保您只包含一次所有 jar。