ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

NPE when using native-maps on Android #222

Closed BennyKirschner closed 5 years ago

BennyKirschner commented 5 years ago

I'm submitting a ... (check one with "x")

If you choose 'problem or bug report', please select OS: (check one with "x")

cordova information:

cordova-plugin-device 2.0.2 "Device"
cordova-plugin-googlemaps 2.6.2 "cordova-plugin-googlemaps"
cordova-plugin-ionic-keyboard 2.1.3 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 4.0.1 "cordova-plugin-ionic-webview"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-whitelist 1.3.3 "Whitelist"

Current behavior:

When exporting and loading the app via ng build -> ionic capacitor add android -> npx cap open android, the app crashes instantly and throws this NPE for some reason.

Expected behavior:

App should boot without failing after being installed.

wf9a5m75 commented 5 years ago

This plugin does not support capacitor yet.

BennyKirschner commented 5 years ago

Alright, gonna try it with Cordova then and see if that works.

BennyKirschner commented 5 years ago

Alright, figured it out. Can be closed.

xahanix commented 5 years ago

Is it in planning to make this plugin support capacitor?

bsor-dev commented 5 years ago

Is that mean it will not work when using ionic capacitor run android?