Closed mightytyphoon closed 5 years ago
may be related with ionic-team/ionic-cli#4011
more infos here : https://github.com/flutter/flutter/issues/33938#issuecomment-499250288
Having errors in verbose log output doesn't always mean something is broken.
The real issue here is that the adb -s emulator-5554 shell getprop
command failed, but that appears to be a duplicate of https://github.com/ionic-team/ionic-cli/issues/4011
BUILD SUCCESSFUL in 11s 42 actionable tasks: 42 up-to-date Built the following apk(s): D:\beauty_JH\bj\platforms\android\app\build\outputs\apk\debug\app-debug. apk
native-run.cmd android --app platforms\android\app\build\outputs\apk\debug\app -debug.apk Error: Command failed: C:\Users\xamrin\AppData\Local\Android\Sdk\platform-tools\ adb devices -l
at ChildProcess.exithandler (child_process.js:294:12)
at ChildProcess.emit (events.js:198:13)
at maybeClose (internal/child_process.js:982:16)
at Socket.stream.socket.on (internal/child_process.js:389:11)
at Socket.emit (events.js:198:13)
at Pipe._handle.close (net.js:606:12)
[ERROR] An error occurred while running subprocess native-run.
native-run.cmd android --app
platforms\android\app\build\outputs\apk\debug\app-d... exited with exit
code 1.
Re-running this command with the --verbose flag may provide more
information.
can somebody help me.. my app is build successfully but not run why
BUILD SUCCESSFUL in 11s 42 actionable tasks: 42 up-to-date Built the following apk(s): D:\beauty_JH\bj\platforms\android\app\build\outputs\apk\debug\app-debug. apk
native-run.cmd android --app platforms\android\app\build\outputs\apk\debug\app -debug.apk Error: Command failed: C:\Users\xamrin\AppData\Local\Android\Sdk\platform-tools adb devices -l
at ChildProcess.exithandler (child_process.js:294:12) at ChildProcess.emit (events.js:198:13) at maybeClose (internal/child_process.js:982:16) at Socket.stream.socket.on (internal/child_process.js:389:11) at Socket.emit (events.js:198:13) at Pipe._handle.close (net.js:606:12)
[ERROR] An error occurred while running subprocess native-run.
native-run.cmd android --app platforms\android\app\build\outputs\apk\debug\app-d... exited with exit code 1. Re-running this command with the --verbose flag may provide more information.
can somebody help me.. my app is build successfully but not run why
Same Issue. Please help
@XamrinIndian @Shehryar169 Can one of you fill out a new issue? That's unrelated to the original issue.
Hi Folks, On running
ionic cordova emulate android
it looks like some processes are not found :Full Output :