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.
我正在尝试调用地图应用程序。我得到一个例外,上面写着:
MapException(检索字典时出错)。
我的设备是否需要有效的 BlackBerry 帐户才能使用 BlackBerry 地图?
int mh1 = CodeModuleManager.getModuleHandle("net_rim_bb_lbs"); // For OS 4.5 - 5.0 int mh2 = CodeModuleManager.getModuleHandle("net_rim_bb_maps"); // For OS 6.0 if (mh1 == 0 && mh2 == 0) { Dialog.alert("BlackBerry Maps not installed"); }