2011-02-03 13 views
4

私はHtmlUnitを使用してAndroid上でWebスクレイピングアプリケーションをコーディングしています。 しかし、私がアプリケーションをビルドすると、ビルドエラーが発生します "Dalvik形式への変換はエラー1で失敗しました"。 HtmlUnitを使用してAndroidアプリを構築するにはどうすればよいですか?してください...HtmlUnit on Android

答えて

3

私はちょうどこのに走った、そしてこのなど、XML関連のjarファイルによってトリガ他のエラー、多くの見た:私はxalanを取り除いた後

 
[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. 

問題が去っていきました、xercesImplxml-apis(私は通常、それらをデスクトップ上のHtmlUnitを使用するプロジェクトに含める)からのjarファイルです。 SDKに含まれているバージョンと衝突している可能性があります。