'cordova run android --emulator' command line tool stuck at 'Waiting for emulator to start…'Error “The connection to adb is down, and a severe error has occurred.”How do I launch the Android emulator from the command line?Eclipse error “ADB server didn't ACK, failed to start daemon”How do I run two commands in one line in Windows CMD?Set up adb on Mac OS XCordova: start specific iOS emulator imageError when running Meteor 1.2 Android / CordovaAndroid ADB can not start on ubuntu 14.04 LTS or Cannot launch AVD in emulatorubuntu phonegap run android error 1Android Emulator setup for window 10 using cordova command line?
What is the German word or phrase for "village returning to forest"?
What could be reasoning of male prison in VR world to only allow undershirt and sarong as nightwear to male prisoners
How to say no to more work as a PhD student so I can graduate
Cube Scrambling
Is it rude to refer to janitors as 'floor people'?
How can I leave a car for someone if we can't meet in person?
Can a Resident Assistant Be Told to Ignore a Lawful Order?
Why do so many pure math PhD students drop out or leave academia, compared to applied mathematics PhDs?
Intel 8080-based home computers
What happens when I team swap while I have Pokemon inside a gym?
Can I remove the doors before installing a sliding patio doors frame?
When does Fisher's "go get more data" approach make sense?
Why does "git status" show I'm on the master branch and "git branch" does not?
How can I find what program is preventing my Mac from going to sleep?
How to delete certain lists from a nested list?
How could a medieval fortress manage large groups of migrants and travelers?
Automatic solution for nice roots - but problem with nested ones
Is the Gritty Realism variant incompatible with dungeon-based adventures?
Sending a photo of my bank account card to the future employer
What are the arguments for California’s nonpartisan blanket (jungle) primaries?
Is it inertia that a rotating object will rotate forever without external force?
Is it legal for ShopRite to refuse to sell an adult beer if an adult with them doesn’t have their ID?
What powers the air required for pneumatic brakes in aircraft?
What is the meaning of [[:space:]] in bash?
'cordova run android --emulator' command line tool stuck at 'Waiting for emulator to start…'
Error “The connection to adb is down, and a severe error has occurred.”How do I launch the Android emulator from the command line?Eclipse error “ADB server didn't ACK, failed to start daemon”How do I run two commands in one line in Windows CMD?Set up adb on Mac OS XCordova: start specific iOS emulator imageError when running Meteor 1.2 Android / CordovaAndroid ADB can not start on ubuntu 14.04 LTS or Cannot launch AVD in emulatorubuntu phonegap run android error 1Android Emulator setup for window 10 using cordova command line?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I've installed cordova and am using it to develop an android app. I have all the SDK tools installed.
I'm running into an issue where I cannot start the emulator form the command line. I see there are a lot of posts about this already, but none really answer the problem or show the verbose output from the command line tool.
Here is the command line output from the command
cordova run android --emulator --verbose
Waiting for emulator to start...
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
And then it just keeps looping..
Current workaround
I have a workaround that just requires me to run the emulator from the Android Studio AVD Manager and then run
cordova emulate android
which runs the app on the emulator.
I'd like to get the command line tool working because it will speed up my productivity.
Any help would be greatly appreciated!
cordova android-studio npm command-line adb
add a comment |
I've installed cordova and am using it to develop an android app. I have all the SDK tools installed.
I'm running into an issue where I cannot start the emulator form the command line. I see there are a lot of posts about this already, but none really answer the problem or show the verbose output from the command line tool.
Here is the command line output from the command
cordova run android --emulator --verbose
Waiting for emulator to start...
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
And then it just keeps looping..
Current workaround
I have a workaround that just requires me to run the emulator from the Android Studio AVD Manager and then run
cordova emulate android
which runs the app on the emulator.
I'd like to get the command line tool working because it will speed up my productivity.
Any help would be greatly appreciated!
cordova android-studio npm command-line adb
2
This workaround was the only thing that worked for me. Thanks!
– leonardofmed
Apr 5 at 12:38
add a comment |
I've installed cordova and am using it to develop an android app. I have all the SDK tools installed.
I'm running into an issue where I cannot start the emulator form the command line. I see there are a lot of posts about this already, but none really answer the problem or show the verbose output from the command line tool.
Here is the command line output from the command
cordova run android --emulator --verbose
Waiting for emulator to start...
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
And then it just keeps looping..
Current workaround
I have a workaround that just requires me to run the emulator from the Android Studio AVD Manager and then run
cordova emulate android
which runs the app on the emulator.
I'd like to get the command line tool working because it will speed up my productivity.
Any help would be greatly appreciated!
cordova android-studio npm command-line adb
I've installed cordova and am using it to develop an android app. I have all the SDK tools installed.
I'm running into an issue where I cannot start the emulator form the command line. I see there are a lot of posts about this already, but none really answer the problem or show the verbose output from the command line tool.
Here is the command line output from the command
cordova run android --emulator --verbose
Waiting for emulator to start...
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
Running adb shell command "getprop dev.bootcomplete" on target emulator-5584...
Running command: adb -s emulator-5584 shell getprop dev.bootcomplete
Command finished with error code 1: adb -s,emulator-5584,shell,getprop,dev.bootcomplete
And then it just keeps looping..
Current workaround
I have a workaround that just requires me to run the emulator from the Android Studio AVD Manager and then run
cordova emulate android
which runs the app on the emulator.
I'd like to get the command line tool working because it will speed up my productivity.
Any help would be greatly appreciated!
cordova android-studio npm command-line adb
cordova android-studio npm command-line adb
edited Mar 26 at 8:45
Iapetus
asked Mar 26 at 8:33
IapetusIapetus
518 bronze badges
518 bronze badges
2
This workaround was the only thing that worked for me. Thanks!
– leonardofmed
Apr 5 at 12:38
add a comment |
2
This workaround was the only thing that worked for me. Thanks!
– leonardofmed
Apr 5 at 12:38
2
2
This workaround was the only thing that worked for me. Thanks!
– leonardofmed
Apr 5 at 12:38
This workaround was the only thing that worked for me. Thanks!
– leonardofmed
Apr 5 at 12:38
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55352804%2fcordova-run-android-emulator-command-line-tool-stuck-at-waiting-for-emulato%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55352804%2fcordova-run-android-emulator-command-line-tool-stuck-at-waiting-for-emulato%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
This workaround was the only thing that worked for me. Thanks!
– leonardofmed
Apr 5 at 12:38