Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SAP Mobile Platform 3.0 和本地数据开发一个 Android 应用程序,该应用程序能够连接到 OData 服务,但是当我创建离线商店并尝试打开它时会抛出 ODataException: com.sap.smp.client .odata.offline.ODataOfflineException: [-10203] 由于库尚未全局初始化,因此无法执行操作。有谁知道我错过了什么?已经尝试查找更多信息,但我找不到有关此问题的任何信息。
提前致谢。
检查您是否在应用程序的起点初始化全球离线商店...
ODataOfflineStore.globalInit();