-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app crashes #52
Comments
do you have any other plugins installed? mapkit shouldn't be using any Camera related stuff |
I do have the cordova camera installed, but it works fine
|
CameraUpdateFactory IS a google maps v2 feature to set zoom and according stackoverflow |
wtf, MapsInitializer.initialize(cordova.getActivity()); was commented in MapKit.java |
is this issue solved? app is crashing for me with android... not sure if it's related (works fine on iOS) |
I solved it. Let me Get Back to you later when I'm on a computer Sendt fra min iPhone
|
cool! 👍 |
*Problem Solved See Below I am also getting an app crash in android. I'm not getting a specific error message just a message "Unfortunately, TestApp has stopped". iPhone functions fine. Any ideas? Solution was to switch to the "Google API's" system image. I was using the wrong Android emulation settings. I needed to install and use the "Google API's" system image from the Android SDK and switch to it. All is working now. |
Hey jpmetcalf can you explain a bit more in detail? Where did you changed the Google APIs? What version? |
Thanks for the info @jpmetcalf! I'm also using API 19, with newer versions the plugin fails to compile. But i'm testing on real device (not simulator) and even with v19 it crashes... :( |
Finally i managed to solve this using the right Android API KEY :) 👊 |
I get this when I try to showMap:
E/AndroidRuntime( 568): java.lang.NullPointerException: CameraUpdateFactory is not initialized
The text was updated successfully, but these errors were encountered: