NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

Android/Angular webpack run issue, LaunchBarrier disabled for ProcessRecord #341

Closed ButterMeWaffle closed 6 years ago

ButterMeWaffle commented 6 years ago

I have been battling with a few issues trying to get my android app to webpack.

I eventually managed to get it to build to my phone but it build to a blank app with an action bar which includes the title to my app. Along with this error in the cmd.

ActivityManager: SLB. LaunchBarrier. disabled for ProcessRecord{61da30c 8536:org.nativescript.appName/u0a394}

Ive dealt with a ton of errors with webpack and don't usually have to much issue finding the cause. This one however has me stumped, I don't even know where to look. Any help would be appreciated. Below is my package.json. If you need any more info from me please let me know!

"nativescript": {
    "id": "org.nativescript.appName",
    "tns-ios": {
      "version": "3.3.0"
    },
    "tns-android": {
      "version": "3.2.0"
    }
  },
  "dependencies": {
    "@angular/animations": "~4.4.1",
    "@angular/common": "~4.4.1",
    "@angular/compiler": "~4.4.1",
    "@angular/core": "~4.4.1",
    "@angular/forms": "~4.4.1",
    "@angular/http": "~4.4.1",
    "@angular/platform-browser": "~4.4.1",
    "@angular/router": "~4.4.1",
    "angular2-moment": "^1.7.0",
    "angular2-websocket": "^0.9.5",
    "lodash": "^4.17.4",
    "nativescript-advanced-webview": "^1.2.0",
    "nativescript-angular": "~4.4.1",
    "nativescript-background-http": "^3.1.0",
    "nativescript-camera": "^3.1.4",
    "nativescript-cardview": "^2.0.4",
    "nativescript-drop-down": "^3.2.0",
    "nativescript-facebook": "^2.0.1",
    "nativescript-fonticon": "^1.1.1",
    "nativescript-fresco": "^3.0.6",
    "nativescript-imagecropper": "0.0.7",
    "nativescript-imagepicker": "^4.0.1",
    "nativescript-iqkeyboardmanager": "^1.1.0",
    "nativescript-loading-indicator": "^2.3.2",
    "nativescript-permissions": "^1.2.3",
    "nativescript-photoviewer": "^1.2.0",
    "nativescript-pro-ui": "^3.1.4",
    "nativescript-pulltorefresh": "^2.0.2",
    "nativescript-push-notifications": "^0.1.5",
    "nativescript-social-share": "^1.5.0",
    "nativescript-theme-core": "^1.0.4",
    "nativescript-toasty": "^1.1.5",
    "nativescript-unit-test-runner": "^0.3.4",
    "nativescript-vibrate": "^1.1.2",
    "nativescript-videoplayer": "^3.1.0",
    "nativescript-videorecorder": "2.0.1",
    "ngx-pagination": "^3.0.3",
    "reflect-metadata": "~0.1.8",
    "rxjs": "~5.4.2",
    "tns-core-modules": "~3.0.0",
    "zone.js": "^0.8.18"
  },
  "devDependencies": {
    "@angular/compiler-cli": "~4.4.1",
    "@ngtools/webpack": "^1.8.3",
    "babel-traverse": "6.4.5",
    "babel-types": "6.4.5",
    "babylon": "6.4.5",
    "copy-webpack-plugin": "~4.0.1",
    "extract-text-webpack-plugin": "~2.1.0",
    "jasmine-core": "^2.8.0",
    "karma": "^1.7.1",
    "karma-jasmine": "^1.1.0",
    "karma-nativescript-launcher": "^0.4.0",
    "lazy": "1.0.11",
    "nativescript-css-loader": "~0.26.0",
    "nativescript-dev-typescript": "~0.4.0",
    "nativescript-dev-webpack": "^0.8.0",
    "nativescript-worker-loader": "~0.8.1",
    "raw-loader": "~0.5.1",
    "resolve-url-loader": "~2.0.2",
    "typescript": "2.3.4",
    "webpack": "~3.0.0",
    "webpack-bundle-analyzer": "^2.9.1",
    "webpack-sources": "^1.0.2"
  },
NickIliev commented 6 years ago

@SamuelReeder were you able to resolve your issue? If not please provide a sample project demonstrating the problem. I am also recommending migrating the application to use the latest version of nativescript-dev webpack