2016-09-10 68 views
0

我加入itextpdf圖書館和工人庫在我的項目轉換字符串HTML文件內容PDF文件,但得到以下錯誤ItextPdf的VerifyError Android中

java.lang.VerifyError: Rejecting class com.itextpdf.text.pdf.PdfName because it failed compile-time verification (declaration of 'com.itextpdf.text.pdf.PdfName'

而且我有加入庫嘗試和編譯depedency方式,但得到同樣的錯誤 案例1:

compile files('libs/itextpdf-5.5.6.jar') 
compile files('libs/xmlworker-5.5.6.jar') 

的情況下2:

compile group: 'com.itextpdf', name: 'itextpdf', version: '5.0.6' 
// https://mvnrepository.com/artifact/com.itextpdf.tool/xmlworker 
compile group: 'com.itextpdf.tool', name: 'xmlworker', version: '5.4.1' 

如何解決android studio中的java.lang.verifyerror(運行時錯誤)?

編輯:

我也曾嘗試:

compile 'com.itextpdf:itextg:5.5.9' 
compile 'com.itextpdf.tool:xmlworker:5.5.9' 

回答

0

ü可以試試這個compile 'com.itextpdf:itextg:5.5.9'

+0

是的,我已經嘗試過這仍然同樣的問題。 – ketan

+0

這樣做,我最近在我的項目中使用了itext,這工作正常 –