1
我從htmlunit sourceforge頁面下載了htmlunit-2.xx-OSGi.jar。將該jar移動到我的/ lib文件夾中,當我導入這些時,我得到錯誤。將HtmlUnit導入Android項目
import com.gargoylesoftware.htmlunit.WebClient;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
錯誤:
Execution failed for task ':app:transformClassesWithDexForDebug'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_45\bin\java.exe'' finished with non-zero exit value 1
我在做什麼錯誤或我如何使用這個庫?
我打賭dex的方法限制... – Selvin