Porting Android app to run on BlackBerry 10 Android runtime - Google Maps

后端 未结 3 437
旧巷少年郎
旧巷少年郎 2021-01-25 07:30

I have an Android app that I want to make available to BlackBerry 10 users by porting for the BB Android Runtime. The only stumbling block is my Android app uses Google Maps AP

3条回答
  •  青春惊慌失措
    2021-01-25 07:42

    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 :

    "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.

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

提交回复
热议问题