Android Itext, Class Not Found
I have eclipse ADT and testing basic itext createPdf example. I have added itextg-5.5.9.jar for android. When I run the app the logcat enter code hereshows : 10-09 17:13:18.398: E/
Solution 1:
I can image many causes:
- A Wrong Jar.. Try to use ItextG as recommended by IText for android: link
- Copy Jar manually to libs directory not via Wizard
- Updating ADT
Beside that, since supporting Eclipse has been stopped by Google. It's highly recommended to migrate your code to Android Studio.
Post a Comment for "Android Itext, Class Not Found"