NativeScript / nativescript-geolocation

Geolocation plugin to use for getting current location, monitor movement, etc
Apache License 2.0
139 stars 76 forks source link

Error: Cannot read property 'getInstance' of undefined #196

Closed wmorawski closed 5 years ago

wmorawski commented 5 years ago

Which platform(s) does your issue occur on?

Android - emulator and device (don't have mac nor iphone)

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Just c&p to NativeScript Vue project demo file: /demo-vue/app/components/Home.vue

Every method returns Error: Cannot read property 'getInstance' of undefined

wmorawski commented 5 years ago

Ok, I figured it out, if some1 has same problem just type: tns platform clean android in terminal.