Closed LaKing closed 2 years ago
@LaKing published as 3.0.0
@farfromrefug Thank you.
I get the same error with same Android but other dependencies:
"dependencies": {
"@angular-extensions/model": "^8.1.0",
"@angular/animations": "~13.2.0",
"@angular/cdk": "^8.1.2",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/http": "~8.0.0-beta.10",
"@angular/material": "^8.1.2",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@nativescript-community/ble": "^3.1.6",
"@nativescript-community/gps": "^3.1.3",
"@nativescript/angular": "^13.0.0",
"@nativescript/core": "^8.2.1",
"@nativescript/geolocation": "^8.0.2",
"@nstudio/nativescript-cardview": "^2.0.1",
"@nstudio/nativescript-floatingactionbutton": "^3.0.4",
"@nstudio/nativescript-loading-indicator": "^4.1.2",
"encodeurl": "^1.0.2",
"nativescript-background-http": "^4.2.1",
"nativescript-calendar": "^3.0.0",
"nativescript-google-maps-sdk": "^3.0.2",
"nativescript-google-maps-utils": "^0.1.3",
"nativescript-masked-text-field": "^4.0.3",
"nativescript-ng2-fonticon": "^1.3.4",
"nativescript-permissions": "^1.3.12",
"nativescript-plugin-firebase": "^10.6.3",
"nativescript-theme-core": "^2.0.24",
"nativescript-ui-calendar": "^8.0.2",
"openpgp": "git+https://github.com/carlosdelfino/nativescript-openpgpjs.git",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.5.0",
"rxjs-compat": "^6.5.2",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular/cli": "^13.2.6",
"@angular/compiler-cli": "~13.2.0",
"@nativescript/android": "8.2.2",
"@nativescript/schematics": "^0.6.0",
"@nativescript/types": "~8.2.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~13.2.0",
"@types/jasmine": "^3.3.13",
"gulp": "^4.0.2",
"gulp-exec": "^4.0.0",
"nativescript": "^6.1.0",
"run-sequence": "^2.2.1",
"sass": "~1.49.9",
"typescript": "~4.5.5",
"uglifyjs-webpack-plugin": "^2.2.0"
},
Which platform(s) does your issue occur on?
Android, running on a real Android 9.
Please, provide the following version numbers that your issue occurs with:
"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)Please, tell us how to recreate the issue in as much detail as possible.
Create a new project, and add nativescript-community gps.
import * as gps from '@nativescript-community/gps';
Is there any code involved?