且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

移植Android应用程序在BlackBerry 10上运行Android运行 - 谷歌地图

更新时间:2023-01-24 23:37:57

原来是我想做的事情是不可能的 - 谷歌地图API的任何引用必须从应用程序彻底清除。请参阅从黑莓论坛回应:

Turns out what I want to do is not possible - any references to Google Maps API has to be removed completely from the app. See response from the BlackBerry forums :

不,这不是去上班。节省自己的时间试图找到一个解决方法,而只是你的项目复制到一个新的,并进行必要的更改为黑莓手机。如果你使用源代码控制,那么你可以尝试分支关闭该probject。

"No, it's not going to work. Save yourself time trying to find a fix, and just copy your project to a new one and make the needed changes for blackberry. If you are using source control, then you can try branching off for that probject.

顺便说一句。如果你想在你的应用程序谷歌地图,它可以使用web视图和谷歌的的JavaScript API来完成。

By the way. If you want Google maps in your app, it can be done using a webview and Google's javascript API."