Aspose.total android

When I am importing the trial version only cells subpart is getting imported. And when I am running the program following error is coming.


[2015-08-05 10:43:58 - MainActivity] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(com.aspose.cells.a.f.zb) 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-08-05 10:46:33 - Dex Loader] Unable to execute dex: Java heap space
[2015-08-05 10:46:33 - MainActivity] Conversion to Dalvik format failed: Unable to execute dex: Java heap space.


Hi,

Well, the error: “Java heap space error” is occurred when there is not sufficient JVM memory allocated for the process. To fix it, you need to extend the JVM memory in “eclipse.ini” file (from the folder where your eclipse is located/installed). For example, you may try to find the
“-Xmx” and give sufficient amount of RAM e.g. to:

“-Xmx2000m” etc.

Please see the document on how to run your program (which uses Aspose.Cells for Android) in eclipse ADT for your reference:

Aspose Documentation

Aspose.Cells for Android via Java Installation

Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS &…

Also, you may download our latest Aspose.Cells for Android v8.5.0 version from the Downloads module here:

http://www.aspose.com/community/files/74/android-components/aspose.cells-for-android/default.aspx

Once you extract the zipped archive (release) to some folder, you may find the the following jars in the “.\lib” directory.

  • aspose-cells-8.5.0
  • aspose-cells-8.5.0-libs.apk

Please add them to your class path in your android project (e.g. in eclipse ADT environment).

And, for your complete reference on online Wiki Conf. Docs, please refer to it:

Thank you.