Import Aspose library to android studio

I want to generate excel programmatically. I wish to use Aspose in my project. I am using android studio as IDE for android and I do not know how to import this library in build.gradle file of my app. Its really urgent please help me.

Hi Roshni,


Thank you for considering Aspose APIs.

I believe you have already downloaded the latest release of Aspose.Cells for Android 8.7.0. If you haven’t, please download it from the above link and extract the file anywhere on your machine. In order to reference the aspose-cells-8.7.0.jar in your project, please manually copy this file to libs folder available at \app\libs. Now, on Android Studio’s interface, switch to the Project view then expand the nodes app & libs to view the aspose-cells-8.7.0.jar. Right click on it and select the Add As Library option. On next prompt you will be asked to which module this associations has to be established, please choose appropriately. Now you can access Aspose.Cells for Android classes in your code.