String rootPath = android.os.Environment.getExternalStorageDirectory().getAbsolutePath();
//设置许可文件路径(默认路径“/SuperMap/license/”)
Environment.setLicensePath(rootPath + "/SuperMap/license/");
//组件功能必须在 Environment 初始化之后才能调用
Environment.initialization(this);
将申请到的SuperMap iMobile Trial -20220120.slm许可文件放在/storage/emulated/0/SuperMap/license文件夹中
报错信息:Attempt to invoke virtual method 'void java.io.FileOutputStream.close()' on a null object reference
java.io.FileNotFoundException: /sdcard/SuperMap/data/SuperMapKey.ogg: open failed: ENOENT (No such file or directory)
疑问:/sdcard/SuperMap/data/SuperMapKey.ogg这个文件是干什么的,文档没提到过