I'm have added external jar file to the libs folder of mt project and configure it in the build path. When i try to "Export Android Package" i receive a Proguard error message for a lot of reference classes that aren't found, For example: Warning: com.itextpdf.text.BaseColor: can't find referenced class java.awt.Color
When i tried to debug the BaseColor class worked fine, so i can't figure out why does it warns me.
Any help will be appreciated,
Thanks