JSONSTORE init 对 mobilefirst(版本 7.1)ionic cordova 应用程序失败
JSONSTORE init fails for mobilefirst (version 7.1) ionic cordova applications
我已经将我现有的离子项目与 mobilefirst cordova 集成在一起。当我尝试初始化 JSONSTORE 时失败并出现错误 operation_failed_on_specific_document
如果您在 android 上遇到此问题,请确保 jsonstore.jar 在您的项目中配置正确。
它必须列在文件“[YOURPROJECT]/.idea/libraries/libs.xml”中,如下所示:
<root url="jar://$PROJECT_DIR$/libs/jsonstore.jar!/" />
The project tree before and after the fix
此致,
贝尔纳多·鲍姆布拉特。
我已经将我现有的离子项目与 mobilefirst cordova 集成在一起。当我尝试初始化 JSONSTORE 时失败并出现错误 operation_failed_on_specific_document
如果您在 android 上遇到此问题,请确保 jsonstore.jar 在您的项目中配置正确。
它必须列在文件“[YOURPROJECT]/.idea/libraries/libs.xml”中,如下所示:
<root url="jar://$PROJECT_DIR$/libs/jsonstore.jar!/" />
The project tree before and after the fix
此致,
贝尔纳多·鲍姆布拉特。