在使用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);