问题
Can Jasper Reporting be integrated into an Android application? I'm trying to generate PDF, CSV, Text, and XLS reports from jrxml files. However, I don't see that the package net.sf.jasperreports.engine is supported in the Android SDK. Can anyone confirm that this is possible?
回答1:
I would be surprised if it would be supported :). Jasper reports has too many dependencies to make it easily android compatible, but I can be wrong. I would suggest writing a web application/web service exposing such a functionality through eg rest and then use that on the android platform.
回答2:
They have recently announced an Android SDK, you should try that one:
来源:https://stackoverflow.com/questions/7085943/android-jasper-reporting