Проблемы с выпуском APK в нативных скриптах - PullRequest
0 голосов
/ 04 марта 2020

Я использую nativescript 5.3.2, когда пытаюсь (tns run android) запустить приложение на устройствах, получая ошибки, такие как:

  • Что пошло не так: возникла проблема при настройке проекта ': app'.

    Теперь все вкусы должны принадлежать к указанному измерению вкуса. Узнайте больше на https://d.android.com/r/tools/flavorDimensions-missing-error-message.html

  • Попробуйте: Запустите с параметром --stacktrace, чтобы получить трассировку стека. Запустите с параметром --info или --debug, чтобы получить больше вывода журнала. Запустите --scan, чтобы получить полную информацию.

  • Получите дополнительную помощь по https://help.gradle.org

здесь зависимости

"dependencies": {
            "@angular/animations": "~7.1.0",
            "@angular/common": "~7.1.0",
            "@angular/compiler": "~7.1.0",
            "@angular/core": "~7.1.0",
            "@angular/forms": "~7.1.0",
            "@angular/http": "~7.1.0",
            "@angular/platform-browser": "~7.1.0",
            "@angular/platform-browser-dynamic": "~7.1.0",
            "@angular/router": "~7.1.0",
            "@ngrx/effects": "^6.0.1",
            "@ngrx/store": "^6.0.1",
            "@webileapps/nativescript-radiobutton": "^0.2.7",
            "lint": "^0.7.0",
            "moment-mini-ts": "^2.20.1",
            "nativescript-angular": "^7.1.0",
            "nativescript-awesome-webview": "^0.1.1",
            "nativescript-background-http": "^3.3.0",
            "nativescript-camera": "^4.0.2",
            "nativescript-checkbox": "^3.0.3",
            "nativescript-contacts": "^1.5.5",
            "nativescript-drop-down": "^4.0.1",
            "nativescript-geolocation": "^4.3.0",
            "nativescript-google-maps-sdk": "^2.6.1",
            "nativescript-imagepicker": "^6.0.3",
            "nativescript-loading-indicator": "^2.4.0",
            "nativescript-mediafilepicker": "^2.0.16",
            "nativescript-mixpanel": "^2.0.3",
            "nativescript-modal-datetimepicker": "^1.1.3",
            "nativescript-ngx-shadow": "^6.4.0",
            "nativescript-pager": "^8.0.2",
            "nativescript-permissions": "^1.2.3",
            "nativescript-phone": "^1.4.0",
            "nativescript-plugin-firebase": "^8.2.0",
            "nativescript-razorpay": "^1.2.2",
            "nativescript-social-share": "^1.5.0",
            "nativescript-socket.io": "^0.9.0",
            "nativescript-telephony": "^1.0.4",
            "nativescript-textinputlayout": "^2.0.4",
            "nativescript-theme-core": "~1.0.4",
            "nativescript-toasts": "^1.0.3",
            "nativescript-ui-autocomplete": "^3.9.0",
            "nativescript-ui-calendar": "^3.7.0",
            "nativescript-ui-listview": "^5.0.1",
            "ngrx-store-localstorage": "^5.0.0",
            "node-sass": "^4.13.1",
            "node-time-ago": "^1.0.0",
            "phone": "^2.1.0",
            "reflect-metadata": "~0.1.12",
            "rxjs": "^6.3.3",
            "tns-core-modules": "^5.1.1",
            "zone.js": "^0.8.4"
          },
...