2011-02-03 69 views
4

我一直在使用HtmlUnit編寫Android上的網頁抓取應用程序。 但是,當我構建應用程序,發生構建錯誤「轉換爲Dalvik格式失敗,錯誤1」。 那麼,如何使用HtmlUnit構建android應用程序?請...Android上的HtmlUnit

回答

3

我只是碰到了這一點,並看到了很多由XML相關的罐子引發其他錯誤,包括這一點:

 
[2011-05-20 12:57:50 - Android Hello] Dx 
trouble processing "javax/xml/XMLConstants.class": 

Ill-advised or mistaken usage of a core class (java.* or javax.*) 
when not building a core library. 

This is often due to inadvertently including a core library file 
in your application's project, when using an IDE (such as 
Eclipse). If you are sure you're not intentionally defining a 
core class, then this is the most likely explanation of what's 
going on. 

問題走了我刪除了xalanxercesImplxml-apis jars來自項目(我通常將它們包含在桌面上使用HtmlUnit的任何項目中)。據推測他們與SDK中包含的版本相沖突。