Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

I have some problem with my sidekick, not create build! #255

Closed
BibbaSam opened this issue Aug 28, 2018 · 5 comments
Closed

I have some problem with my sidekick, not create build! #255

BibbaSam opened this issue Aug 28, 2018 · 5 comments
Assignees

Comments

@BibbaSam
Copy link

Please, provide the details below:

Did you verify whether this issue has already been reported here?

No

Tell us about the problem

when I try to start in debug mode, I get the error:

[18-08-28 17:28:18.930] Error detected during LiveSync on emulator-5554 for /home/bibbasam/khvodokanal. Error: Build failed.

Which platform(s) does the issue occur on?

Android

Linux

Provide the following version numbers that the issue occurs with:

  • NativeScript Sidekick Desktop

Tell us how to recreate the issue in as much detail as possible

  1. I`m just update sidekick to 4.2.3 version and when stop create build in debug mode

Does this issue happen every time?

Yes

@ggarabedian ggarabedian self-assigned this Aug 29, 2018
@ggarabedian
Copy link
Contributor

Hello @BibbaSam,

We are not able to reproduce the reported error when testing with a sample app. Can you please share the entire log produced during the build? You can find the logs inside the ~/.config/NativeScriptSidekick/Logs folder.

Additionally, it might help if you can share the content of your package.json file as well.

@BibbaSam
Copy link
Author

package.json:
{
"name": "sample-groceries",
"version": "1.0.0",
"description": "A NativeScript-built iOS and Android app for managing grocery lists",
"repository": {
"type": "git",
"url": "https://github.com/nativescript/sample-Groceries.git"
},
"keywords": [
"NativeScript"
],
"author": "TJ VanToll tj.vantoll@gmail.com (https://www.tjvantoll.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nativescript/sample-Groceries/issues"
},
"homepage": "https://github.com/nativescript/sample-Groceries/groceries",
"nativescript": {
"id": "org.nativescript.groceries",
"tns-android": {
"version": "4.1.3"
},
"tns-ios": {
"version": "4.1.0"
}
},
"scripts": {
"tslint": "tslint -p tsconfig.json",
"ns-bundle": "ns-bundle",
"start-android-bundle": "npm run ns-bundle --android --run-app",
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
"build-android-bundle": "npm run ns-bundle --android --build-app",
"build-ios-bundle": "npm run ns-bundle --ios --build-app",
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install",
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
"watch-tests": "tsc -p e2e --watch"
},
"dependencies": {
"@angular/common": "~6.0.6",
"@angular/compiler": "~6.0.6",
"@angular/core": "~6.0.6",
"@angular/forms": "~6.0.6",
"@angular/http": "~6.0.6",
"@angular/platform-browser": "~6.0.6",
"@angular/platform-browser-dynamic": "~6.0.6",
"@angular/router": "~6.0.6",
"email-validator": "^1.0.7",
"nativescript-angular": "~6.0.6",
"nativescript-iqkeyboardmanager": "~1.2.0",
"nativescript-social-share": "~1.4.0",
"nativescript-unit-test-runner": "^0.3.3",
"reflect-metadata": "~0.1.8",
"rxjs": "~6.1.0",
"tns-core-modules": "~4.1.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "~6.1.0-beta.1",
"@ngtools/webpack": "6.1.0-rc.0",
"@types/chai": "^4.0.2",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.5",
"babel-traverse": "6.24.1",
"babel-types": "6.24.1",
"babylon": "6.17.0",
"codelyzer": "^3.0.1",
"filewalker": "^0.1.3",
"jasmine-core": "^2.6.2",
"karma": "^3.0.0",
"karma-jasmine": "^1.0.2",
"karma-nativescript-launcher": "^0.4.0",
"lazy": "1.0.11",
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-appium": "~4.0.6",
"nativescript-dev-typescript": "^0.6.0",
"nativescript-dev-webpack": "^0.14.4",
"tslint": "^5.4.2",
"typescript": "~2.7.2"
}
}

Logs:

[18-08-29 10:33:09.593] (Info) ab.actionsLogger.shell.appVersion - {"name":"NativeScript Sidekick","version":"1.12.0-v.2018.8.14.2"}
[18-08-29 10:33:09.664] (Info) ab.addPage.shell.appFlavor - No value provided
[18-08-29 10:33:10.734] (Info) ab.analytics.shell.clientId - 194068217.1535455246
[18-08-29 10:33:11.001] (Info) ab.appContext.shell.appContext - No value provided
[18-08-29 10:33:11.079] (Info) ab.appValidityWatcher.shell.isAppValid - No value provided
[18-08-29 10:33:11.098] (Info) ab.autoUpdate.shell.updates - {"eventName":"checking-for-update","message":"Checking for updates..."}
[18-08-29 10:33:11.196] (Info) ab.buildDeploy.shell.buildConfigChanged - {"platform":null,"buildType":"Cloud","buildConfig":"Debug","emulatorDevice":"nexus5","isClean":false,"useSharedCloud":false,"webpack":{"isWebpack":false,"env":{"uglify":true,"snapshot":true,"aot":true}}}
[18-08-29 10:33:11.201] (Info) ab.buildDeploy.shell.isWebpackSupported - No value provided
[18-08-29 10:33:11.203] (Info) ab.buildDeploy.shell.isAOTSupported - No value provided
[18-08-29 10:33:11.206] (Info) ab.buildDeploy.shell.canChangeWebpackOption - true
[18-08-29 10:33:11.209] (Info) ab.buildDeploy.shell.isSharedCloudFlagSupported - No value provided
[18-08-29 10:33:11.392] (Info) ab.codeSigning.shell.codeSigningChanged - {"ios":{},"android":{"all":{"certificate":"/home/bibbasam/khvodokanal/my-release-key.jks"}}}
[18-08-29 10:33:11.397] (Info) ab.codeSigning.shell.csrStore - {}
[18-08-29 10:33:11.428] (Info) ab.createApp.shell.lastUsedAppDirectory - {"appDirectory":"/home/bibbasam"}
[18-08-29 10:33:11.472] (Info) ab.editor.shell.editorSettings - {"editorPath":"/home/bibbasam/khvodokanal","args":"{projectPath}"}
[18-08-29 10:33:11.496] (Info) ab.kinveyAuth.shell.configData - {"shouldConfigure":false}
[18-08-29 10:33:11.905] (Info) ab.privacy.shell.privacyConfig - {"skipTracking":true,"privacyPolicyUrl":"https://www.progress.com/legal/privacy-policy","intercomPrivacyPolicyUrl":"https://www.intercom.com/terms-and-policies#privacy","forgetMeUrl":"https://app.onetrust.com/app/#/webform/65e969b1-9755-4cb6-adbb-0ae5939fb132","unsubscribeUrl":"https://forms.progress.com/emailoptin","partnersUrl":"https://www.progress.com/partners/partner-directory","privacyInfoShown":true,"emailsAccepted":true}
[18-08-29 10:33:11.932] (Info) ab.proxy.shell.proxySettings - {}
[18-08-29 10:33:11.997] (Info) ab.subscriptions.shell.usageInfo - No value provided
[18-08-29 10:33:11.999] (Info) ab.subscriptions.shell.accountFeatures - []
[18-08-29 10:33:12.326] (Info) ab.userAccounts.shell.userAccountList - []
[18-08-29 10:33:12.329] (Info) ab.userAccounts.shell.activeUserAccount - No value provided
[18-08-29 10:33:13.314] (Info) ab.autoUpdate.shell.updates - {"eventName":"update-not-available","message":"No updates available."}
[18-08-29 10:33:32.960] (Info) ab.analytics.ui.setVersion - {"version":"1.12.0-v.2018.8.14.2"}
[18-08-29 10:33:32.973] (Info) ab.buildDeploy.ui.pendingRequests - No value provided
[18-08-29 10:33:33.125] (Info) ab.vueService.ui.routeChanged - {"path":"/recent-apps","query":{"back":true}}
[18-08-29 10:33:33.339] (Info) ab.connectedDevices.ui.devicesListChanged - {}
[18-08-29 10:33:35.013] (Info) ab.tnsDoctor.shell.checkDependencies - {"node":{"name":"NodeJS","version":"8.11.4","minVersion":"8.0.0","maxVersion":"10.5.0","preferredVersion":"8.11.3","isMet":true,"isAutoFixSupported":false},"npm":{"name":"npm","version":"6.4.0","isMet":true,"isAutoFixSupported":false},"tns":{"name":"NativeScript CLI","version":"4.2.3","minVersion":"4.2.1","preferredVersion":"latest","isMet":true,"isAutoFixSupported":false}}
[18-08-29 10:33:38.548] (Info) ab.childProcessCommunication.shell.cliStdout - Using NativeScript CLI located in /usr/lib/node_modules/nativescript

[18-08-29 10:33:41.954] (Info) ab.childProcessCommunication.shell.cliStdout - Searching for devices...

[18-08-29 10:33:42.877] (Warning) ab.tnsWarnings.shell.tnsSystemWarnings - {"warnings":[]}
[18-08-29 10:33:42.886] (Info) ab.cliExtensions.shell.extensionLoaded - {"extensionName":"nativescript-cloud","extensionVersion":"1.13.0"}
[18-08-29 10:33:42.907] (Info) ab.cliExtensions.shell.extensionLoaded - {"extensionName":"nativescript-starter-kits","extensionVersion":"0.3.4"}
[18-08-29 10:33:42.923] (Info) ab.cliExtensions.shell.extensionsLoaded - [{"extensionName":"nativescript-cloud","extensionVersion":"1.13.0"},{"extensionName":"nativescript-starter-kits","extensionVersion":"0.3.4"}]
[18-08-29 10:33:59.727] (Info) ab.tnsDoctor.shell.checkLocalBuild - {"iOS":{"canExecuteLocalBuild":false,"warnings":[]},"Android":{"canExecuteLocalBuild":false,"warnings":[{"warning":"The ANDROID_HOME environment variable is not set or it points to a non-existent directory. You will not be able to perform any build-related operations for Android.","additionalInformation":"To be able to perform Android build-related operations, set the ANDROID_HOME variable to point to the root of your Android SDK installation directory.","platforms":["Android"]},{"warning":"WARNING: adb from the Android SDK is not installed or is not configured properly. ","additionalInformation":"For Android-related operations, the NativeScript CLI will use a built-in version of adb.\nTo avoid possible issues with the native Android emulator, Genymotion or connected\nAndroid devices, verify that you have installed the latest Android SDK and\nits dependencies as described in http://developer.android.com/sdk/index.html#Requirements","platforms":["Android"]},{"warning":"WARNING: The Android SDK is not installed or is not configured properly.","additionalInformation":"You will not be able to run your apps in the native emulator. To be able to run apps\nin the native Android emulator, verify that you have installed the latest Android SDK \nand its dependencies as described in http://developer.android.com/sdk/index.html#Requirements","platforms":["Android"]},{"warning":"Cannot find a compatible Android SDK for compilation. To be able to build for Android, install Android SDK 22 or later.","additionalInformation":"Run $ sdkmanager to manage your Android SDK versions.","platforms":["Android"]},{"warning":"You need to have the Android SDK Build-tools installed on your system. You can install any version in the following range: '>=23 <=27'.","additionalInformation":"Run $ sdkmanager from your command-line to install required Android Build Tools. In case you already have them installed, make sure ANDROID_HOME environment variable is set correctly.","platforms":["Android"]},{"warning":"You need to have Android SDK 22 or later and the latest Android Support Repository installed on your system.","additionalInformation":"Run $ sdkmanager to manage the Android Support Repository. In case you already have it installed, make sure ANDROID_HOME environment variable is set correctly.","platforms":["Android"]}]}}
[18-08-29 10:34:16.024] (Info) ab.childProcessCommunication.shell.cliStdout - iTunes is not available for this operating system. You will not be able to work with connected iOS devices.

[18-08-29 10:34:23.726] (Info) ab.analyticsProvider.shell.enableTracking - No value provided
[18-08-29 10:34:23.814] (Info) ab.analytics.shell.analyticsEnabled - true
[18-08-29 10:34:23.831] (Info) ab.eula.shell.eulaData - {"url":"https://www.nativescript.org/nativescript-sidekick/eula","shouldAcceptEula":false}
[18-08-29 10:34:25.387] (Info) ab.cliExtensions.shell.tnsInitialize - {}
[18-08-29 10:34:25.708] (Info) ab.kinveyAuth.shell.configData - {"shouldConfigure":false}
[18-08-29 10:34:25.906] (Info) ab.dependenciesLoader.shell.dependenciesReady - {"installedExtensionsCount":0}
[18-08-29 10:34:25.936] (Info) ab.authentication.shell.userInfo - {"email":"mazaalex@mail.ru","firstName":"Alexandr","lastName":"Mazirko"}
[18-08-29 10:34:29.420] (Info) ab.userAccounts.shell.activeUserAccount - {"id":"1823f266-5892-403b-88b1-4310ab47835e","name":"Alexandr Mazirko","type":"personal"}
[18-08-29 10:34:29.423] (Info) ab.userAccounts.shell.userAccountList - [{"id":"1823f266-5892-403b-88b1-4310ab47835e","name":"Alexandr Mazirko","type":"personal"}]
[18-08-29 10:34:29.456] (Info) ab.authentication.shell.userAvatar - No value provided
[18-08-29 10:34:34.244] (Info) ab.subscriptions.shell.accountFeatures - {"CloudBuilds":{"feature":"Cloud Builds","enabled":true,"type":"CloudBuilds"},"PrivateCloud":{"feature":"Private Cloud","enabled":false,"type":"PrivateCloud"}}
[18-08-29 10:34:34.285] (Info) ab.subscriptions.shell.usageInfo - {"accountId":"1823f266-5892-403b-88b1-4310ab47835e","cloudBuildUsage":{"feature":"Cloud Builds","description":"Builds executed in the cloud.","usage":1,"softUsageLimit":80,"allowedUsage":100,"licenseExpiration":"2018-09-23T14:31:46.38Z","licenseExpirationDate":"2118-07-23T14:31:46.38Z","resetDate":"2018-09-23T14:31:46.38Z","licenseType":"Free","editionType":"NativeScript Sidekick Free","unlimited":false}}
[18-08-29 10:35:01.152] (Info) ab.connectedDevices.shell.deviceFound - {"identifier":"emulator-5554","platform":"Android","status":"Unreachable","errorHelp":"The device instance is not connected to adb or is not responding.","isTablet":false,"type":"Device"}
[18-08-29 10:35:01.167] (Info) ab.connectedDevices.ui.devicesListChanged - {"0":{"debuggableAppsList":[],"deviceType":"Phone","displayName":"Unreachable","errorHelp":"The device instance is not connected to adb or is not responding.","identifier":"emulator-5554","isDebugEnabled":false,"isDebugStarted":false,"isEmulator":false,"isLiveSyncStarted":false,"isTablet":false,"logData":[],"platform":"Android","status":"Unreachable","type":"Device","unauthorized":true,"vendor":""}}
[18-08-29 10:35:03.940] (Info) ab.connectedDevices.shell.deviceLost - {"identifier":"emulator-5554","platform":"Android","status":"Unreachable","errorHelp":"The device instance is not connected to adb or is not responding.","isTablet":false,"type":"Device"}
[18-08-29 10:35:03.948] (Info) ab.connectedDevices.ui.devicesListChanged - {}
[18-08-29 10:35:04.211] (Info) ab.connectedDevices.shell.deviceFound - {"identifier":"emulator-5554","displayName":"Pixel 2 API 22","model":"Android SDK built for x86","version":"5.1.1","vendor":"Android","platform":"Android","status":"Connected","errorHelp":null,"isTablet":false,"type":"Emulator","imageIdentifier":"Pixel_2_API_22"}
[18-08-29 10:35:04.238] (Info) ab.connectedDevices.ui.devicesListChanged - {"0":{"debuggableAppsList":[],"deviceType":"Phone","displayName":"Pixel 2 API 22","errorHelp":null,"identifier":"emulator-5554","isDebugEnabled":false,"isDebugStarted":false,"isEmulator":true,"isLiveSyncStarted":false,"isTablet":false,"logData":[],"model":"Android SDK built for x86","platform":"Android","selected":true,"status":"Connected","type":"Emulator","unauthorized":false,"vendor":"Android","version":"5.1.1"}}
[18-08-29 10:35:04.247] (Info) ab.connectedDevices.ui.devicesListChanged - {"0":{"debuggableAppsList":[],"deviceType":"Phone","displayName":"Pixel 2 API 22","errorHelp":null,"identifier":"emulator-5554","isDebugEnabled":false,"isDebugStarted":false,"isEmulator":true,"isLiveSyncStarted":false,"isTablet":false,"logData":[],"model":"Android SDK built for x86","platform":"Android","selected":true,"status":"Connected","type":"Emulator","unauthorized":false,"vendor":"Android","version":"5.1.1"}}
[18-08-29 10:35:04.253] (Info) ab.connectedDevices.ui.deviceSelected - {"debuggableAppsList":[],"deviceType":"Phone","displayName":"Pixel 2 API 22","errorHelp":null,"identifier":"emulator-5554","isDebugEnabled":false,"isDebugStarted":false,"isEmulator":true,"isLiveSyncStarted":false,"isTablet":false,"logData":[],"model":"Android SDK built for x86","platform":"Android","selected":true,"status":"Connected","type":"Emulator","unauthorized":false,"vendor":"Android","version":"5.1.1"}
[18-08-29 10:35:20.225] (Info) ab.openApp.ui.open - {"appPath":"/home/bibbasam/khvodokanal"}
[18-08-29 10:35:20.247] (Info) ab.startScreen.ui.browseApp - No value provided
[18-08-29 10:35:20.470] (Info) ab.openApp.shell.open - {"appPath":"/home/bibbasam/khvodokanal"}
[18-08-29 10:35:20.976] (Info) ab.buildDeploy.shell.buildConfigChanged - {"platform":"Android","buildType":"Cloud","buildConfig":"Debug","emulatorDevice":"nexus5","useSharedCloud":false,"webpack":{"env":{"aot":true,"snapshot":true,"uglify":true},"isWebpack":false},"isClean":false}
[18-08-29 10:35:21.039] (Info) ab.kinveyAuth.shell.configData - {"shouldConfigure":false}
[18-08-29 10:35:21.041] (Info) ab.kinveyAuth.shell.serviceData - No value provided
[18-08-29 10:35:21.526] (Info) ab.appContext.shell.appContext - {"appName":"khvodokanal","appDirectory":"/home/bibbasam","appPath":"/home/bibbasam/khvodokanal","resources":{"iOS":{"icons":{"images":[{"size":"29x29","idiom":"iphone","filename":"icon-29.png","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png","width":29,"height":29},{"size":"29x29","idiom":"iphone","filename":"icon-29@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png","width":29,"height":29},{"size":"29x29","idiom":"iphone","filename":"icon-29@3x.png","scale":"3x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png","width":29,"height":29},{"size":"29x29","idiom":"ipad","filename":"icon-29.png","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png","width":29,"height":29},{"size":"29x29","idiom":"ipad","filename":"icon-29@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png","width":29,"height":29},{"size":"40x40","idiom":"iphone","filename":"icon-40@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png","width":40,"height":40},{"size":"40x40","idiom":"iphone","filename":"icon-40@3x.png","scale":"3x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png","width":40,"height":40},{"size":"40x40","idiom":"ipad","filename":"icon-40.png","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png","width":40,"height":40},{"size":"40x40","idiom":"ipad","filename":"icon-40@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png","width":40,"height":40},{"size":"50x50","idiom":"ipad","filename":"icon-50.png","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-50.png","width":50,"height":50},{"size":"50x50","idiom":"ipad","filename":"icon-50@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-50@2x.png","width":50,"height":50},{"size":"57x57","idiom":"iphone","filename":"icon-57.png","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-57.png","width":57,"height":57},{"size":"57x57","idiom":"iphone","filename":"icon-57@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-57@2x.png","width":57,"height":57},{"size":"60x60","idiom":"iphone","filename":"icon-60@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png","width":60,"height":60},{"size":"60x60","idiom":"iphone","filename":"icon-60@3x.png","scale":"3x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png","width":60,"height":60},{"size":"72x72","idiom":"ipad","filename":"icon-72.png","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-72.png","width":72,"height":72},{"size":"72x72","idiom":"ipad","filename":"icon-72@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-72@2x.png","width":72,"height":72},{"size":"76x76","idiom":"ipad","filename":"icon-76.png","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png","width":76,"height":76},{"size":"76x76","idiom":"ipad","filename":"icon-76@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png","width":76,"height":76},{"size":"83.5x83.5","idiom":"ipad","filename":"icon-83.5@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png","width":83.5,"height":83.5}],"info":{"version":1,"author":"xcode"}},"splashBackgrounds":{"images":[{"idiom":"universal","filename":"LaunchScreen-AspectFill.png","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill.png","width":768,"height":1024,"size":"768x1024","resizeOperation":"blank"},{"idiom":"universal","filename":"LaunchScreen-AspectFill@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@2x.png","width":768,"height":1024,"size":"768x1024","resizeOperation":"blank"},{"idiom":"universal","scale":"3x"}],"info":{"version":1,"author":"xcode"}},"splashCenterImages":{"images":[{"idiom":"universal","filename":"LaunchScreen-Center.png","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center.png","width":384,"height":512,"size":"384x512","resizeOperation":"overlayWith"},{"idiom":"universal","filename":"LaunchScreen-Center@2x.png","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@2x.png","width":384,"height":512,"size":"384x512","resizeOperation":"overlayWith"},{"idiom":"universal","scale":"3x"}],"info":{"version":1,"author":"xcode"}},"splashImages":{"images":[{"extent":"full-screen","idiom":"iphone","subtype":"736h","filename":"Default-736h@3x.png","minimum-system-version":"8.0","orientation":"portrait","scale":"3x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-736h@3x.png","width":414,"height":736,"size":"414x736","resizeOperation":"overlayWith"},{"extent":"full-screen","idiom":"iphone","subtype":"736h","filename":"Default-Landscape@3x.png","minimum-system-version":"8.0","orientation":"landscape","scale":"3x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@3x.png","width":736,"height":414,"size":"736x414","resizeOperation":"overlayWith"},{"extent":"full-screen","idiom":"iphone","subtype":"667h","filename":"Default-667h@2x.png","minimum-system-version":"8.0","orientation":"portrait","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-667h@2x.png","width":375,"height":667,"size":"375x667","resizeOperation":"overlayWith"},{"orientation":"portrait","idiom":"iphone","filename":"Default@2x.png","extent":"full-screen","minimum-system-version":"7.0","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default@2x.png","width":320,"height":480,"size":"320x480","resizeOperation":"overlayWith"},{"extent":"full-screen","idiom":"iphone","subtype":"retina4","filename":"Default-568h@2x.png","minimum-system-version":"7.0","orientation":"portrait","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png","width":320,"height":568,"size":"320x568","resizeOperation":"overlayWith"},{"orientation":"portrait","idiom":"ipad","filename":"Default-Portrait.png","extent":"full-screen","minimum-system-version":"7.0","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png","width":768,"height":1024,"size":"768x1024","resizeOperation":"overlayWith"},{"orientation":"landscape","idiom":"ipad","filename":"Default-Landscape.png","extent":"full-screen","minimum-system-version":"7.0","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png","width":1024,"height":768,"size":"1024x768","resizeOperation":"overlayWith"},{"orientation":"portrait","idiom":"ipad","filename":"Default-Portrait@2x.png","extent":"full-screen","minimum-system-version":"7.0","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png","width":768,"height":1024,"size":"768x1024","resizeOperation":"overlayWith"},{"orientation":"landscape","idiom":"ipad","filename":"Default-Landscape@2x.png","extent":"full-screen","minimum-system-version":"7.0","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png","width":1024,"height":768,"size":"1024x768","resizeOperation":"overlayWith"},{"orientation":"portrait","idiom":"iphone","filename":"Default.png","extent":"full-screen","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default.png","width":320,"height":480,"size":"320x480","resizeOperation":"overlayWith"},{"orientation":"portrait","idiom":"iphone","filename":"Default@2x.png","extent":"full-screen","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default@2x.png","width":320,"height":480,"size":"320x480","resizeOperation":"overlayWith"},{"orientation":"portrait","idiom":"iphone","filename":"Default-568h@2x.png","extent":"full-screen","subtype":"retina4","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-568h@2x.png","width":320,"height":568,"size":"320x568","resizeOperation":"overlayWith"},{"orientation":"portrait","idiom":"ipad","extent":"to-status-bar","scale":"1x"},{"orientation":"portrait","idiom":"ipad","filename":"Default-Portrait.png","extent":"full-screen","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait.png","width":768,"height":1024,"size":"768x1024","resizeOperation":"overlayWith"},{"orientation":"landscape","idiom":"ipad","extent":"to-status-bar","scale":"1x"},{"orientation":"landscape","idiom":"ipad","filename":"Default-Landscape.png","extent":"full-screen","scale":"1x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape.png","width":1024,"height":768,"size":"1024x768","resizeOperation":"overlayWith"},{"orientation":"portrait","idiom":"ipad","extent":"to-status-bar","scale":"2x"},{"orientation":"portrait","idiom":"ipad","filename":"Default-Portrait@2x.png","extent":"full-screen","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Portrait@2x.png","width":768,"height":1024,"size":"768x1024","resizeOperation":"overlayWith"},{"orientation":"landscape","idiom":"ipad","extent":"to-status-bar","scale":"2x"},{"orientation":"landscape","idiom":"ipad","filename":"Default-Landscape@2x.png","extent":"full-screen","scale":"2x","path":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Assets.xcassets/LaunchImage.launchimage/Default-Landscape@2x.png","width":1024,"height":768,"size":"1024x768","resizeOperation":"overlayWith"}],"info":{"version":1,"author":"xcode"}}},"Android":{"icons":{"images":[{"width":36,"height":36,"directory":"drawable-ldpi","filename":"icon.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-ldpi/icon.png","size":"36x36","idiom":"(120 dpi)"},{"width":48,"height":48,"directory":"drawable-mdpi","filename":"icon.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-mdpi/icon.png","size":"48x48","idiom":"(160 dpi)"},{"width":72,"height":72,"directory":"drawable-hdpi","filename":"icon.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-hdpi/icon.png","size":"72x72","idiom":"(240 dpi)"},{"width":96,"height":96,"directory":"drawable-xhdpi","filename":"icon.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-xhdpi/icon.png","size":"96x96","idiom":"(320 dpi)"},{"width":144,"height":144,"directory":"drawable-xxhdpi","filename":"icon.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-xxhdpi/icon.png","size":"144x144","idiom":"(480 dpi)"},{"width":345,"height":345,"directory":"drawable-xxxhdpi","filename":"icon.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/icon.png","size":"345x345","idiom":"(640 dpi)"}]},"splashBackgrounds":{"images":[{"width":576,"height":768,"directory":"drawable-hdpi","filename":"background.png","resizeOperation":"blank","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-hdpi/background.png","size":"576x768","idiom":"(240 dpi)"},{"width":288,"height":384,"directory":"drawable-ldpi","filename":"background.png","resizeOperation":"blank","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-ldpi/background.png","size":"288x384","idiom":"(120 dpi)"},{"width":384,"height":512,"directory":"drawable-mdpi","filename":"background.png","resizeOperation":"blank","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-mdpi/background.png","size":"384x512","idiom":"(160 dpi)"},{"width":768,"height":1024,"directory":"drawable-xhdpi","filename":"background.png","resizeOperation":"blank","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-xhdpi/background.png","size":"768x1024","idiom":"(320 dpi)"},{"width":1154,"height":1536,"directory":"drawable-xxhdpi","filename":"background.png","resizeOperation":"blank","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png","size":"1154x1536","idiom":"(480 dpi)"},{"width":1536,"height":2048,"directory":"drawable-xxxhdpi","filename":"background.png","resizeOperation":"blank","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png","size":"1536x2048","idiom":"(640 dpi)"}]},"splashCenterImages":{"images":[{"width":476,"height":476,"directory":"drawable-hdpi","filename":"logo.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-hdpi/logo.png","size":"476x476","idiom":"(240 dpi)"},{"width":188,"height":188,"directory":"drawable-ldpi","filename":"logo.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-ldpi/logo.png","size":"188x188","idiom":"(120 dpi)"},{"width":284,"height":284,"directory":"drawable-mdpi","filename":"logo.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-mdpi/logo.png","size":"284x284","idiom":"(160 dpi)"},{"width":668,"height":668,"directory":"drawable-xhdpi","filename":"logo.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-xhdpi/logo.png","size":"668x668","idiom":"(320 dpi)"},{"width":1024,"height":1024,"directory":"drawable-xxhdpi","filename":"logo.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png","size":"1024x1024","idiom":"(480 dpi)"},{"width":1024,"height":1024,"directory":"drawable-xxxhdpi","filename":"logo.png","path":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png","size":"1024x1024","idiom":"(640 dpi)"}]},"splashImages":null}},"projectData":{"appDirectoryPath":"/home/bibbasam/khvodokanal/app","appResourcesDirectoryPath":"/home/bibbasam/khvodokanal/app/App_Resources","androidManifestPath":"/home/bibbasam/khvodokanal/app/App_Resources/Android/src/main/AndroidManifest.xml","infoPlistPath":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/Info.plist","appGradlePath":"/home/bibbasam/khvodokanal/app/App_Resources/Android/app.gradle","gradleFilesDirectoryPath":"/home/bibbasam/khvodokanal/app/App_Resources/Android","buildXcconfigPath":"/home/bibbasam/khvodokanal/app/App_Resources/iOS/build.xcconfig","projectFilePath":"/home/bibbasam/khvodokanal/package.json","projectName":"khvodokanal"}}
[18-08-29 10:35:22.284] (Info) ab.buildDeploy.shell.isWebpackSupported - true
[18-08-29 10:35:22.330] (Info) ab.appValidityWatcher.shell.isAppValid - true
[18-08-29 10:35:22.334] (Info) ab.addPage.shell.appFlavor - JavaScript
[18-08-29 10:35:22.337] (Info) ab.deviceLogFilter.shell.setAllDevicesLogFilter - [false]
[18-08-29 10:35:22.343] (Info) ab.vueService.ui.routeChanged - {"path":"/app-navigation/devices","query":{}}
[18-08-29 10:35:22.871] (Info) ab.fileSystemWatcher.shell.ready - No value provided
[18-08-29 10:35:22.982] (Info) ab.connectedDevices.ui.devicesListChanged - {"0":{"debuggableAppsList":[],"deviceType":"Phone","displayName":"Pixel 2 API 22","errorHelp":null,"identifier":"emulator-5554","isDebugEnabled":false,"isDebugStarted":false,"isEmulator":true,"isLiveSyncStarted":false,"isTablet":false,"logData":["I/SystemServiceManager( 1647): Starting com.android.server.am.ActivityManagerService$Lifecycle\n","ActivityManager: Memory class: 384\n","I/ServiceThread( 1647): Enabled StrictMode logging for ActivityManager looper.\n","I/lowmemorykiller( 1126): ActivityManager connected\n","ActivityManager: Config changes=1df8 {1.0 ?mcc?mnc en_US ?layoutDir sw411dp w411dp h731dp 420dpi nrml long port ?uimode ?night -touch -keyb/v/h -nav/h s.2}\n","ActivityManager: Config changes=568 {1.0 ?mcc?mnc en_US ?layoutDir sw411dp w411dp h658dp 420dpi nrml port ?uimode ?night finger -keyb/v/h dpad/v s.3}\n","ActivityManager: Config changes=200 {1.0 ?mcc?mnc en_US ?layoutDir sw411dp w411dp h658dp 420dpi nrml port finger -keyb/v/h dpad/v s.4}\n","ActivityManager: System now ready\n","ActivityManager: Start proc 1967:WebViewLoader-x86/1037 [android.webkit.WebViewFactory$RelroFileCreator] for \n","V/WebViewFactory( 1967): RelroFileCreator (64bit = false), 32-bit lib: /system/app/webview/lib/x86/libwebviewchromium.so, 64-bit lib: \n","ActivityManager: Start proc 1975:com.android.systemui/u0a12 for service com.android.systemui/.SystemUIService\n","ActivityManager: Start proc 2036:com.google.android.googlequicksearchbox:interactor/u0a13 for service com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService\n","ActivityManager: Start proc 2105:android.process.media/u0a5 for broadcast com.android.providers.downloads/.DownloadReceiver\n","W/art ( 1647): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.broadcastIntent(android.app.IApplicationThread, android.content.Intent, java.lang.String, android.content.IIntentReceiver, int, java.lang.String, android.os.Bundle, java.lang.String, int, boolean, boolean, int) from ActivityManagerService.java:16327 waiters=1 for 150ms\n","ActivityManager: Start proc 2124:com.android.inputmethod.latin/u0a31 for service com.android.inputmethod.latin/.LatinIME\n","ActivityManager: Start proc 2151:com.android.phone/1001 for added application com.android.phone\n","ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.google.android.googlequicksearchbox/com.google.android.launcher.GEL} from uid 0 on display 0\n","ActivityManager: Start proc 2170:com.google.android.googlequicksearchbox/u0a13 for activity com.google.android.googlequicksearchbox/com.google.android.launcher.GEL\n","ActivityManager: Display changed displayId=0\n","ActivityManager: Display changed displayId=0\n","ActivityManager: Display changed displayId=0\n","ActivityManager: Display changed displayId=0\n","ActivityManager: Start proc 2213:com.android.printspooler/u0a44 for service com.android.printspooler/.model.PrintSpoolerService\n","W/art ( 1647): Long monitor contention event with owner method=int com.android.server.am.ActivityManagerService.bindService(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, int, int) from ActivityManagerService.java:15332 waiters=0 for 185ms\n","ActivityManager: Start proc 2261:android.process.acore/u0a2 for content provider com.android.providers.contacts/.CallLogProvider\n","W/art ( 1647): Long monitor contention event with owner method=android.app.IActivityManager$ContentProviderHolder com.android.server.am.ActivityManagerService.getContentProviderImpl(android.app.IApplicationThread, java.lang.String, android.os.IBinder, boolean, int) from ActivityManagerService.java:9164 waiters=0 for 224ms\n","W/art ( 1647): Long monitor contention event with owner method=android.app.IActivityManager$ContentProviderHolder com.android.server.am.ActivityManagerService.getContentProviderImpl(android.app.IApplicationThread, java.lang.String, android.os.IBinder, boolean, int) from ActivityManagerService.java:9164 waiters=2 for 194ms\n","ActivityManager: Start proc 2275:com.android.externalstorage/u0a6 for broadcast com.android.externalstorage/.MountReceiver\n","ActivityManager: Start proc 2329:com.google.android.gms.persistent/u0a7 for broadcast com.google.android.gms/com.google.android.location.internal.NlpNetworkProviderSettingsUpdateReceiver\n","ActivityManager: Display changed displayId=0\n","ActivityManager: Start proc 2359:com.google.android.googlequicksearchbox:search/u0a13 for service com.google.android.googlequicksearchbox/com.google.android.hotword.service.HotwordService\n"],"model":"Android SDK built for x86","platform":"Android","selected":true,"status":"Connected","type":"Emulator","unauthorized":false,"vendor":"Android","version":"5.1.1"}}
[18-08-29 10:35:40.340] (Info) ab.output.ui.clear - No value provided
[18-08-29 10:36:57.583] (Info) ab.subscriptions.ui.requestUsageInfo - No value provided
[18-08-29 10:37:05.845] (Info) ab.subscriptions.ui.requestUsageInfo - No value provided
[18-08-29 10:37:06.733] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.smoketest"}
[18-08-29 10:37:06.742] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.example.android.livecubes"}
[18-08-29 10:37:06.779] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.providers.telephony"}
[18-08-29 10:37:06.780] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.googlequicksearchbox"}
[18-08-29 10:37:06.782] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.providers.calendar"}
[18-08-29 10:37:06.785] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.providers.media"}
[18-08-29 10:37:06.787] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.protips"}
[18-08-29 10:37:06.794] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.documentsui"}
[18-08-29 10:37:06.797] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.gallery"}
[18-08-29 10:37:06.804] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.externalstorage"}
[18-08-29 10:37:06.807] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.htmlviewer"}
[18-08-29 10:37:06.810] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.mms.service"}
[18-08-29 10:37:06.813] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.providers.downloads"}
[18-08-29 10:37:06.818] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.browser"}
[18-08-29 10:37:06.821] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.soundrecorder"}
[18-08-29 10:37:06.824] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.defcontainer"}
[18-08-29 10:37:06.826] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.providers.downloads.ui"}
[18-08-29 10:37:06.829] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.vending"}
[18-08-29 10:37:06.831] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.pacprocessor"}
[18-08-29 10:37:06.833] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.certinstaller"}
[18-08-29 10:37:06.839] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.speechrecorder"}
[18-08-29 10:37:06.843] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"android"}
[18-08-29 10:37:06.845] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.contacts"}
[18-08-29 10:37:06.850] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.mms"}
[18-08-29 10:37:06.858] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.backupconfirm"}
[18-08-29 10:37:06.859] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.launcher"}
[18-08-29 10:37:06.862] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.gm"}
[18-08-29 10:37:06.864] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.providers.settings"}
[18-08-29 10:37:06.867] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.sharedstoragebackup"}
[18-08-29 10:37:06.881] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.printspooler"}
[18-08-29 10:37:06.884] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.dreams.basic"}
[18-08-29 10:37:06.913] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.webview"}
[18-08-29 10:37:06.915] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.inputdevices"}
[18-08-29 10:37:06.917] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.sdksetup"}
[18-08-29 10:37:06.920] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.apps.maps"}
[18-08-29 10:37:06.923] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.development_settings"}
[18-08-29 10:37:06.926] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.server.telecom"}
[18-08-29 10:37:06.931] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.syncadapters.contacts"}
[18-08-29 10:37:06.937] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.keychain"}
[18-08-29 10:37:06.939] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.camera"}
[18-08-29 10:37:06.943] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.dialer"}
[18-08-29 10:37:06.946] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.emulator.smoketests"}
[18-08-29 10:37:06.950] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.street"}
[18-08-29 10:37:06.958] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.gms"}
[18-08-29 10:37:06.963] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.gsf"}
[18-08-29 10:37:06.965] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.packageinstaller"}
[18-08-29 10:37:06.974] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.svox.pico"}
[18-08-29 10:37:06.977] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.example.android.apis"}
[18-08-29 10:37:06.982] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.proxyhandler"}
[18-08-29 10:37:06.985] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.fallback"}
[18-08-29 10:37:06.990] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.inputmethod.latin"}
[18-08-29 10:37:06.993] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.calendar"}
[18-08-29 10:37:06.996] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.managedprovisioning"}
[18-08-29 10:37:06.998] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.gsf.login"}
[18-08-29 10:37:07.001] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.wallpaper.livepicker"}
[18-08-29 10:37:07.004] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.netspeed"}
[18-08-29 10:37:07.007] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"jp.co.omronsoft.openwnn"}
[18-08-29 10:37:07.013] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.settings"}
[18-08-29 10:37:07.017] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.calculator2"}
[18-08-29 10:37:07.019] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.gesture.builder"}
[18-08-29 10:37:07.022] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.vpndialogs"}
[18-08-29 10:37:07.025] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.music"}
[18-08-29 10:37:07.027] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.phone"}
[18-08-29 10:37:07.033] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.shell"}
[18-08-29 10:37:07.037] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.providers.userdictionary"}
[18-08-29 10:37:07.040] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.location.fused"}
[18-08-29 10:37:07.043] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.deskclock"}
[18-08-29 10:37:07.045] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.systemui"}
[18-08-29 10:37:07.047] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.exchange"}
[18-08-29 10:37:07.049] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.smoketest.tests"}
[18-08-29 10:37:07.051] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.customlocale2"}
[18-08-29 10:37:07.053] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.example.android.softkeyboard"}
[18-08-29 10:37:07.055] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.google.android.play.games"}
[18-08-29 10:37:07.057] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.development"}
[18-08-29 10:37:07.059] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.providers.contacts"}
[18-08-29 10:37:07.061] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.captiveportallogin"}
[18-08-29 10:37:07.063] (Info) ab.connectedDevices.shell.applicationUninstalled - {"deviceIdentifier":"emulator-5554","devicePlatform":"Android","appIdentifier":"com.android.widgetpreview"}
[18-08-29 10:37:07.066] (Info) ab.connectedDevices.shell.deviceLost - {"identifier":"emulator-5554","displayName":"Pixel 2 API 22","model":"Android SDK built for x86","version":"5.1.1","vendor":"Android","platform":"Android","status":"Connected","errorHelp":null,"isTablet":false,"type":"Emulator","imageIdentifier":"Pixel_2_API_22"}
[18-08-29 10:37:07.090] (Info) ab.connectedDevices.ui.devicesListChanged - {}
[18-08-29 10:37:07.092] (Info) ab.connectedDevices.ui.deviceSelected - No value provided
[18-08-29 10:38:27.127] (Info) ab.connectedDevices.shell.deviceFound - {"identifier":"emulator-5554","platform":"Android","status":"Unreachable","errorHelp":"The device instance is not connected to adb or is not responding.","isTablet":false,"type":"Device"}
[18-08-29 10:38:27.138] (Info) ab.deviceLogFilter.shell.setDeviceLogFilter - No value provided
[18-08-29 10:38:27.140] (Info) ab.connectedDevices.ui.devicesListChanged - {"0":{"debuggableAppsList":[],"deviceType":"Phone","displayName":"Unreachable","errorHelp":"The device instance is not connected to adb or is not responding.","identifier":"emulator-5554","isDebugEnabled":false,"isDebugStarted":false,"isEmulator":false,"isLiveSyncStarted":false,"isTablet":false,"logData":[],"platform":"Android","status":"Unreachable","type":"Device","unauthorized":true,"vendor":""}}
[18-08-29 10:38:29.243] (Info) ab.connectedDevices.shell.deviceLost - {"identifier":"emulator-5554","platform":"Android","status":"Unreachable","errorHelp":"The device instance is not connected to adb or is not responding.","isTablet":false,"type":"Device"}
[18-08-29 10:38:29.249] (Info) ab.connectedDevices.ui.devicesListChanged - {}
[18-08-29 10:38:29.340] (Info) ab.connectedDevices.shell.deviceFound - {"identifier":"emulator-5554","displayName":"Pixel 2 API 22","model":"Android SDK built for x86","version":"5.1.1","vendor":"Android","platform":"Android","status":"Connected","errorHelp":null,"isTablet":false,"type":"Emulator","imageIdentifier":"Pixel_2_API_22"}
[18-08-29 10:38:29.443] (Info) ab.connectedDevices.ui.devicesListChanged - {"0":{"debuggableAppsList":[],"deviceType":"Phone","displayName":"Pixel 2 API 22","errorHelp":null,"identifier":"emulator-5554","isDebugEnabled":false,"isDebugStarted":false,"isEmulator":true,"isLiveSyncStarted":false,"isTablet":false,"logData":[],"model":"Android SDK built for x86","platform":"Android","selected":true,"status":"Connected","type":"Emulator","unauthorized":false,"vendor":"Android","version":"5.1.1"}}
[18-08-29 10:38:29.448] (Info) ab.connectedDevices.ui.devicesListChanged - {"0":{"debuggableAppsList":[],"deviceType":"Phone","displayName":"Pixel 2 API 22","errorHelp":null,"identifier":"emulator-5554","isDebugEnabled":false,"isDebugStarted":false,"isEmulator":true,"isLiveSyncStarted":false,"isTablet":false,"logData":[],"model":"Android SDK built for x86","platform":"Android","selected":true,"status":"Connected","type":"Emulator","unauthorized":false,"vendor":"Android","version":"5.1.1"}}
[18-08-29 10:38:29.452] (Info) ab.connectedDevices.ui.deviceSelected - {"debuggableAppsList":[],"deviceType":"Phone","displayName":"Pixel 2 API 22","errorHelp":null,"identifier":"emulator-5554","isDebugEnabled":false,"isDebugStarted":false,"isEmulator":true,"isLiveSyncStarted":false,"isTablet":false,"logData":[],"model":"Android SDK built for x86","platform":"Android","selected":true,"status":"Connected","type":"Emulator","unauthorized":false,"vendor":"Android","version":"5.1.1"}
[18-08-29 10:38:29.482] (Info) ab.deviceLogFilter.shell.setDeviceLogFilter - No value provided
[18-08-29 10:43:13.872] (Info) ab.buildDeploy.shell.buildConfigChanged - {"platform":"Android","buildType":"Cloud","buildConfig":"Debug","emulatorDevice":"nexus5","useSharedCloud":false,"webpack":{"env":{"aot":true,"snapshot":true,"uglify":true},"isWebpack":false}}
[18-08-29 10:43:13.980] (Info) ab.buildDeploy.ui.buildConfigChanged - {"buildConfig":"Debug","buildType":"Cloud","emulatorDevice":"nexus5","platform":"Android","useSharedCloud":false,"webpack":{"env":{"aot":true,"snapshot":true,"uglify":true},"isWebpack":false}}
[18-08-29 10:43:14.021] (Info) ab.buildDeploy.ui.pendingRequests - 1
[18-08-29 10:43:14.059] (Info) ab.analyticsProvider.shell.trackIntercomEvent - {"eventCategory":"buildDeploy","eventAction":"buildAndDeploy-Android","eventLabel":"Cloud"}
[18-08-29 10:43:14.081] (Info) ab.buildDeploy.ui.executeMultipleBuilds - {"buildRequestsList":[{"buildConfig":"Debug","buildType":"Cloud","codeSigning":{"isPasswordRequired":false},"deviceIds":["emulator-5554"],"isClean":false,"platform":"Android","startDebugger":false,"useSharedCloud":false,"webpack":{"env":{"aot":false,"snapshot":false,"uglify":false},"isWebpack":false}}]}
[18-08-29 10:43:14.130] (Info) ab.childProcessCommunication.shell.cliStdout - Executing before-watchPatterns hook from /home/bibbasam/khvodokanal/hooks/before-watchPatterns/nativescript-dev-webpack.js

[18-08-29 10:43:14.230] (Info) ab.analyticsProvider.ui.trackIntercomEvent - {"eventAction":"buildAndDeploy-Android","eventCategory":"buildDeploy","eventLabel":"Cloud"}
[18-08-29 10:43:14.536] (Info) ab.childProcessCommunication.shell.cliStdout - Executing before-watch hook from /home/bibbasam/khvodokanal/hooks/before-watch/nativescript-dev-webpack.js

[18-08-29 10:43:22.195] (Info) ab.childProcessCommunication.shell.cliStdout - Executing before-shouldPrepare hook from /home/bibbasam/khvodokanal/hooks/before-shouldPrepare/nativescript-dev-webpack.js

[18-08-29 10:43:22.220] (Info) ab.childProcessCommunication.shell.cliStdout - Skipping prepare.

[18-08-29 10:43:22.249] (Info) ab.liveSync.shell.liveSyncBuildStarted - {"isCloud":true,"isClean":false,"platform":"Android","buildType":"Cloud"}
[18-08-29 10:43:26.035] (Info) ab.childProcessCommunication.shell.cliStdout - Starting cloud build of '/home/bibbasam/khvodokanal', platform: 'Android', configuration: 'Debug', buildId: 37efe6e1-a351-4dcd-b734-4edff81a0cb2.

[18-08-29 10:43:26.074] (Info) ab.buildDeploy.shell.cloudBuildStepChanged - {"buildId":"37efe6e1-a351-4dcd-b734-4edff81a0cb2","step":"prepare","progress":0}
[18-08-29 10:43:28.135] (Info) ab.childProcessCommunication.shell.cliStdout - Executing before-shouldPrepare hook from /home/bibbasam/khvodokanal/hooks/before-shouldPrepare/nativescript-dev-webpack.js

[18-08-29 10:43:28.180] (Info) ab.childProcessCommunication.shell.cliStdout - Skipping prepare.

[18-08-29 10:43:28.197] (Info) ab.buildDeploy.shell.cloudBuildStepChanged - {"buildId":"37efe6e1-a351-4dcd-b734-4edff81a0cb2","step":"prepare","progress":100}
[18-08-29 10:43:28.210] (Info) ab.buildDeploy.shell.cloudBuildStep - {"buildId":"37efe6e1-a351-4dcd-b734-4edff81a0cb2","step":"prepare","progress":100}
[18-08-29 10:43:30.324] (Info) ab.buildDeploy.shell.cloudBuildStepChanged - {"buildId":"37efe6e1-a351-4dcd-b734-4edff81a0cb2","step":"upload","progress":0}
[18-08-29 10:43:31.725] (Info) ab.childProcessCommunication.shell.cliStdout - Unable to use git, reason is:
Command /usr/bin/git failed with exit code 128 Error output:

*** Пожалуйста, скажите мне кто вы есть.

Запустите

git config --global user.email "you@example.com"
git config --global user.name "Ваше Имя"

для указания идентификационных данных аккаунта по умолчанию.
Пропустите параметр --global для указания данных только для этого репозитория.

fatal: не удалось выполнить автоопределение адреса электронной почты (получено «bibbasam@bibbasam.(none)»)

[18-08-29 10:43:47.920] (Info) ab.buildDeploy.shell.cloudBuildStepChanged - {"buildId":"37efe6e1-a351-4dcd-b734-4edff81a0cb2","step":"upload","progress":100}
[18-08-29 10:43:47.924] (Info) ab.buildDeploy.shell.cloudBuildStep - {"buildId":"37efe6e1-a351-4dcd-b734-4edff81a0cb2","step":"upload","progress":100}
[18-08-29 10:43:49.583] (Info) ab.buildDeploy.shell.cloudBuildStepChanged - {"buildId":"37efe6e1-a351-4dcd-b734-4edff81a0cb2","step":"build","progress":0}
[18-08-29 10:43:56.009] (Info) ab.childProcessCommunication.shell.cliStdout - GRADLE_USER_HOME is /opt/docker_shared/wMmsHbBpRtOh2lqbLr.gradle
android Build Tooling revision 2018.08.08.1r
Build Tooling Hostname a040ec83f0cf
Unzip Project Files
NativeScript CLI version 4.2.3

[18-08-29 10:43:57.783] (Info) ab.childProcessCommunication.shell.cliStdout - Executing before-shouldPrepare hook from /mnt/storage/builds//2c5a8df2d43cc60dfbaabec08401b36ae2c686d6/4.2.3/khvodokanal/hooks/before-shouldPrepare/nativescript-dev-webpack.js
Preparing project...
Executing before-prepareJSApp hook from /mnt/storage/builds/
/2c5a8df2d43cc60dfbaabec08401b36ae2c686d6/4.2.3/khvodokanal/hooks/before-prepareJSApp/nativescript-dev-webpack.js

[18-08-29 10:43:59.000] (Info) ab.childProcessCommunication.shell.cliStdout - Project successfully prepared (android)
Executing after-prepare hook from /mnt/storage/builds/_/2c5a8df2d43cc60dfbaabec08401b36ae2c686d6/4.2.3/khvodokanal/hooks/after-prepare/nativescript-dev-webpack.js
Building project...
Gradle build...

[18-08-29 10:44:05.057] (Info) ab.childProcessCommunication.shell.cliStdout - \t + setting applicationId

\t + applying user-defined configuration from /mnt/storage/builds//2c5a8df2d43cc60dfbaabec08401b36ae2c686d6/4.2.3/khvodokanal/app/App_Resources/Android/app.gradle
\t Applying settings from /mnt/storage/builds/
/2c5a8df2d43cc60dfbaabec08401b36ae2c686d6/4.2.3/khvodokanal/app/App_Resources/Android/settings.json

[18-08-29 10:44:06.605] (Info) ab.childProcessCommunication.shell.cliStdout - \t + adding nativescript runtime package dependency: nativescript-optimized-with-inspector

\t + adding aar plugin dependency: /mnt/storage/builds/_/2c5a8df2d43cc60dfbaabec08401b36ae2c686d6/4.2.3/khvodokanal/node_modules/nativescript-google-maps-sdk/platforms/android/nativescript_google_maps_sdk.aar

\t + adding aar plugin dependency: /mnt/storage/builds/_/2c5a8df2d43cc60dfbaabec08401b36ae2c686d6/4.2.3/khvodokanal/node_modules/tns-core-modules-widgets/platforms/android/widgets-release.aar

[18-08-29 10:44:14.032] (Info) ab.childProcessCommunication.shell.cliStdout - Warning: there already is an extend called com.tns.NativeScriptActivity.
Warning: The static binding generator will generate extend from:tns-core-modules/ui/frame/activity.js implementation

Warning: there already is an extend called com.tns.FragmentClass.
Warning: The static binding generator will generate extend from:tns-core-modules/ui/frame/fragment.js implementation

[18-08-29 10:44:17.215] (Info) ab.childProcessCommunication.shell.cliStdout - Exception in thread "main"
java.io.IOException: File already exists. This may lead to undesired behavior.
Please change the name of one of the extended classes.
File:/mnt/storage/builds/_/2c5a8df2d43cc60dfbaabec08401b36ae2c686d6/4.2.3/khvodokanal/platforms/android/app/src/main/java/com/tns/gen/android/view/ViewGroup_layout_16_32_NativeViewGroupImpl.java Class:
\tat org.nativescript.staticbindinggenerator.Generator.writeBindings(Generator.java:78)
\tat org.nativescript.staticbindinggenerator.Main.main(Main.java:48)
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:runSbg'.

Process 'command '/usr/lib/jvm/java-8-oracle/bin/java'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org
    BUILD FAILED in 18s
    Command ./gradlew failed with exit code 1
    there already is an extend called com.tns.NativeScriptActivity.
    The static binding generator will generate extend from:tns-core-modules/ui/frame/activity.js implementation
    there already is an extend called com.tns.FragmentClass.
    The static binding generator will generate extend from:tns-core-modules/ui/frame/fragment.js implementation

[18-08-29 10:44:18.793] (Info) ab.childProcessCommunication.shell.cliStdout - Exception in thread "main" java.io.IOException: File already exists. This may lead to undesired behavior.
Please change the name of one of the extended classes.
File:/mnt/storage/builds/_/2c5a8df2d43cc60dfbaabec08401b36ae2c686d6/4.2.3/khvodokanal/platforms/android/app/src/main/java/com/tns/gen/android/view/ViewGroup_layout_16_32_NativeViewGroupImpl.java Class:
\tat org.nativescript.staticbindinggenerator.Generator.writeBindings(Generator.java:78)
\tat org.nativescript.staticbindinggenerator.Main.main(Main.java:48)
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:runSbg'.

Process 'command '/usr/lib/jvm/java-8-oracle/bin/java'' finished with non-zero exit value 1

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  • Get more help at https://help.gradle.org
    BUILD FAILED in 18s
    Command ./gradlew failed with exit code 1
    bc_wMmsHbBpRtOh2lqbLr

[18-08-29 10:44:20.068] (Info) ab.childProcessCommunication.shell.cliStdout - Unable to apply changes on device: emulator-5554. Error is: Build failed..
Executing after-watch hook from /home/bibbasam/khvodokanal/hooks/after-watch/nativescript-dev-webpack.js

[18-08-29 10:44:20.095] (Error) ab.liveSync.shell.liveSyncError - Build failed., Error: Build failed.
at CloudBuildService. (/home/bibbasam/.local/share/.nativescript-cli/extensions/node_modules/nativescript-cloud/lib/services/cloud-service.js:60:43)
at Generator.next ()
at fulfilled (/home/bibbasam/.local/share/.nativescript-cli/extensions/node_modules/nativescript-cloud/lib/services/cloud-service.js:4:58)
at
at process._tickCallback (internal/process/next_tick.js:188:7)
Dump: {"platform":"Android","version":"5.1.1","buildId":"37efe6e1-a351-4dcd-b734-4edff81a0cb2"}
[18-08-29 10:44:20.128] (Info) ab.liveSync.shell.liveSyncStopped - {"projectDir":"/home/bibbasam/khvodokanal","deviceIdentifier":"emulator-5554","device":{"identifier":"emulator-5554","displayName":"Pixel 2 API 22","model":"Android SDK built for x86","version":"5.1.1","vendor":"Android","platform":"Android","status":"Connected","errorHelp":null,"isTablet":false,"type":"Emulator","imageIdentifier":"Pixel_2_API_22"}}
[18-08-29 10:44:20.168] (Info) ab.buildDeploy.shell.build - {"buildRequest":{"buildConfig":"Debug","buildType":"Cloud","codeSigning":{"isPasswordRequired":false},"deviceIds":["emulator-5554"],"isClean":false,"platform":"Android","startDebugger":false,"useSharedCloud":false,"webpack":{"env":{"aot":false,"snapshot":false,"uglify":false},"isWebpack":false},"isProvisioningRequired":false},"packagePath":null,"qrData":null}
[18-08-29 10:44:20.446] (Info) ab.connectedDevices.ui.devicesListChanged - {"0":{"debuggableAppsList":[],"deviceType":"Phone","displayName":"Pixel 2 API 22","errorHelp":null,"identifier":"emulator-5554","isDebugEnabled":false,"isDebugStarted":false,"isEmulator":true,"isLiveSyncStarted":false,"isTablet":false,"logData":[],"model":"Android SDK built for x86","platform":"Android","selected":true,"status":"Connected","type":"Emulator","unauthorized":false,"vendor":"Android","version":"5.1.1"}}
[18-08-29 10:44:20.685] (Info) ab.buildDeploy.ui.pendingRequests - No value provided
[18-08-29 10:44:20.689] (Info) ab.buildDeploy.ui.buildSuccessInfo - {"emulatorDevice":"nexus5","isRunInCloudEmulator":false,"packagePath":null,"platform":"Android"}

@ggarabedian
Copy link
Contributor

@BibbaSam, thank you for sharing the package.json file of your app and the logs produced during build.

The issue is related to the following lines in the log:

[18-08-29 10:44:14.032] (Info) ab.childProcessCommunication.shell.cliStdout - Warning: there already is an extend called com.tns.NativeScriptActivity.
Warning: The static binding generator will generate extend from:tns-core-modules/ui/frame/activity.js implementation
Warning: there already is an extend called com.tns.FragmentClass.
Warning: The static binding generator will generate extend from:tns-core-modules/ui/frame/fragment.js implementation
[18-08-29 10:44:17.215] (Info) ab.childProcessCommunication.shell.cliStdout - Exception in thread "main"
java.io.IOException: File already exists. This may lead to undesired behavior.
Please change the name of one of the extended classes.

This error might originate from your custom code or from a mismatch in compatibility of the latest version of NativeScript and some of the plugins you use. Unfortunately, the issue does not reproduce on our end and it is a bit difficult to determine what exactly is causing it.

Having said that, can you please delete the node_modules and platforms/android folders, enable the Clean Build option and then try to build the app anew?

@ggarabedian
Copy link
Contributor

Closing the issue due to inactivity. Please, consider opening a new issue if you continue to experience the problem with the latest version of NativeScript Sidekick.

@imsidz
Copy link

imsidz commented Oct 11, 2019

how to fix it any idea i am getting problem with this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants