Android app集成
在使用finereport 的Android app集成是,用url集成app,报空指针错误,求解。我是用帮助文档提供的例子运行的。
- Intent intent = new Intent();
- intent.putExtra("url","http://www.finereporthelp.com:8889/app/ReportServer?reportlet=app/DetailedDrillA-phone.cpt&op=write");
- intent.putExtra("title", "My Title");
- intent.setClass(this, LoadAppFromURLActivity.class);
- startActivity(intent);
复制代码
|
FineReportdingding1166
发布于 2015-7-27 15:58
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知