-
Notifications
You must be signed in to change notification settings - Fork 918
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
"map is null" - Cordova 3.4.1 #51
Comments
I have the same problem, followed the tutorial step by step. The App is working on iOS devices but not on Android devices(also not on the emulator). I'm using MacOS 10.9.2, CLI & Eclipse. |
I can also confirm that I had this problem when testing my app on an Android device. |
I am experiencing the same issue with the android emulator, after following the tutorial. I configured weinre to have a look under the hood.
There is also an empty tag created in the header, but I'm not sure if that is weinre or the maps plugin.
|
This issues occurs especially on Android emulator, because Google Maps Android API v2 uses Google Play Services library which provides as isolated APK. And the error of @stooj means you need to update the Google Play Services. |
For more detail, refer the stack overflow |
Is the version numbering unpredictable? |
Ok, temporally solution. (3) Don't use The |
Thanks for your response. These are the test results using the instructions from the Automatic installation page: When running the app, the map will not load and a "Java Error null" will prompt. Thanks and I am looking forward for your future solutions. |
@schurkecon Sorry for inconvenience. |
@wf9a5m75 It's okay, you have a great plugin. |
This issue will be fixed in v1.0.12 |
Prevent the "map is null" dialog even if the device does not have Google Play Services
I released the plugin version 1.1.0 (old version name v1.0.12). Please uninstall the plugin, then install it again. |
Prevent the "map is null" dialog even if the device does not have Google Play Services
Hi,
Thanks for working on this plugin.
If it is okay to ask the question here, I just wanted to know what might be the problem why my app is triggering "map is null!" error.
I'm using Cordova, im running it on Windows 7, I use both CLI and Eclipse in my project.
I followed the Automatic Installation procedure, added the plugin using the CLI, and made sure to apply the API key provided by Google (SHA1 added). I check my AndroidManifest.xml, and the plugin is there, the API Key is also there. I want to know why it is triggering the "map is null" error so I can also narrow down the possible solutions.
Thanks again for this wonderful plugin!
The text was updated successfully, but these errors were encountered: