我从htmlunit sourceforge页面下载了htmlunit-2.xx-OSGi.jar。将该jar移动到我的/ lib文件夹中,当我导入这些时,我收到错误。
import com.gargoylesoftware.htmlunit.WebClient;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
ERROR:
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
我做错了什么或如何使用此库?
答案 0 :(得分:1)
HtmlUnit
不能与android一起使用。您也可以尝试使用Selenium
,这与HtmlUnit
非常相似,参考for selenium。