We can not launch our Android app from Eclipse with the Aspose PDF jar in place. Here is the error we see:
Ignoring InnerClasses attribute for an anonymous inner class
(com.aspose.ms.System.Xml.ou) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
[2015-04-08 11:20:27 - NeatCompany] ------------------------------
[2015-04-08 11:20:27 - NeatCompany] Android Launch!
[2015-04-08 11:20:27 - NeatCompany] adb is running normally.
[2015-04-08 11:20:27 - NeatCompany] Performing com.neat.android.activities.NewDownloadWelcomeTourActivity activity launch
[2015-04-08 11:20:28 - NeatCompany] Automatic Target Mode: using device '5e13de6c'
[2015-04-08 11:20:28 - NeatCompany] Uploading NeatCompany.apk onto device '5e13de6c'
[2015-04-08 11:20:37 - NeatCompany] Installing NeatCompany.apk...
(com.aspose.ms.System.Xml.ou) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
[2015-04-08 11:20:27 - NeatCompany] ------------------------------
[2015-04-08 11:20:27 - NeatCompany] Android Launch!
[2015-04-08 11:20:27 - NeatCompany] adb is running normally.
[2015-04-08 11:20:27 - NeatCompany] Performing com.neat.android.activities.NewDownloadWelcomeTourActivity activity launch
[2015-04-08 11:20:28 - NeatCompany] Automatic Target Mode: using device '5e13de6c'
[2015-04-08 11:20:28 - NeatCompany] Uploading NeatCompany.apk onto device '5e13de6c'
[2015-04-08 11:20:37 - NeatCompany] Installing NeatCompany.apk...
[2015-04-08 11:20:49 - NeatCompany] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
This is not the first issue we have seen with this library. Previously we could not launch the app because the IDE would run out of memory. We needed to change the Eclipse.ini definition so that it would allocate more memory than what is normal. However, with this current issue, I have not been able to resolve it.
Ian Lewis