App doesn’t run Android Studio emulator issueError launching the android project on emulator(API 28 on windows)Why is the Android emulator so slow? How can we speed up the Android emulator?How do you install an APK file in the Android emulator?How do I rotate the Android emulator display?Android emulator shows nothing except black screen and adb devices shows “device offline”Emulator images (avds) not found when trying to run CordovaError when launching AVD in Android studioCannot launch AVD in emulator:QT library not foundAndroid Studio Emulator Cannot LaunchI can't run the Android Emulatorandroid studio emulator sound
How do we avoid CI-driven development...?
(11 of 11: Meta) What is Pyramid Cult's All-Time Favorite?
Want to draw this commutative diagram
Look mom! I made my own (Base 10) numeral system!
show stdout containing n with line breaks
sed delete all the words before a match
What are good ways to improve as a writer other than writing courses?
Does a code snippet compile? Or does it get compiled?
Word or idiom defining something barely functional
Performance of a branch and bound algorithm VS branch-cut-heuristics
Can I call myself an assistant professor without a PhD?
Why does Intel's Haswell chip allow FP multiplication to be twice as fast as addition?
A stranger from Norway wants to have money delivered to me
How does The Fools Guild make its money?
Why are the inside diameters of some pipe larger than the stated size?
Why should we care about syntactic proofs if we can show semantically that statements are true?
Does this Foo machine halt?
Dereferencing a pointer in a 'for' loop initializer creates a segmentation fault
Why couldn't soldiers sight their own weapons without officers' orders?
What is the maximum number of PC-controlled undead?
Non-OR journals which regularly publish OR research
Why isn’t SHA-3 in wider use?
How many different ways are there to checkmate in the early game?
Y2K... in 2019?
App doesn’t run Android Studio emulator issue
Error launching the android project on emulator(API 28 on windows)Why is the Android emulator so slow? How can we speed up the Android emulator?How do you install an APK file in the Android emulator?How do I rotate the Android emulator display?Android emulator shows nothing except black screen and adb devices shows “device offline”Emulator images (avds) not found when trying to run CordovaError when launching AVD in Android studioCannot launch AVD in emulator:QT library not foundAndroid Studio Emulator Cannot LaunchI can't run the Android Emulatorandroid studio emulator sound
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
When I start the Emulator in Android Studio it runs, but it doesn't open my application. like this “ there message down “ waiting for target device comes online “
I use Ryzen 7 2700x, installed all SDK tools and use system image (recommended, Other images "ARM64-v8a,ARMEABI-v7a").
Another problem there is some error shown:
Emulator: dsound: Could not initialize DirectSoundCapture
Emulator: dsound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
Emulator: audio: Failed to create voice `goldfish_audio_in'
Emulator: C:UsersUSERAppDataLocalAndroidSdkemulatorqemuwindows-x86_64qemu-system-x86_64.exe: warning: opening audio input failed
android-emulator amd amd-processor
|
show 4 more comments
When I start the Emulator in Android Studio it runs, but it doesn't open my application. like this “ there message down “ waiting for target device comes online “
I use Ryzen 7 2700x, installed all SDK tools and use system image (recommended, Other images "ARM64-v8a,ARMEABI-v7a").
Another problem there is some error shown:
Emulator: dsound: Could not initialize DirectSoundCapture
Emulator: dsound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
Emulator: audio: Failed to create voice `goldfish_audio_in'
Emulator: C:UsersUSERAppDataLocalAndroidSdkemulatorqemuwindows-x86_64qemu-system-x86_64.exe: warning: opening audio input failed
android-emulator amd amd-processor
I guess this is related? stackoverflow.com/questions/53651779/… It's a windows 10 issue.
– RAUL TELO SANCHEZ
Mar 27 at 7:38
But isn’t for the main issue
– AbdullahMQ
Mar 27 at 7:43
Create a new emulator in another API level and check what happens?
– ashraf
Mar 27 at 8:03
@ashraf if you mean the image type I changed a lot
– AbdullahMQ
Mar 27 at 8:26
Then it seems an OS related problem to me. You could try a fresh installation of android studio, but before that delete all temporary files.
– ashraf
Mar 27 at 8:33
|
show 4 more comments
When I start the Emulator in Android Studio it runs, but it doesn't open my application. like this “ there message down “ waiting for target device comes online “
I use Ryzen 7 2700x, installed all SDK tools and use system image (recommended, Other images "ARM64-v8a,ARMEABI-v7a").
Another problem there is some error shown:
Emulator: dsound: Could not initialize DirectSoundCapture
Emulator: dsound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
Emulator: audio: Failed to create voice `goldfish_audio_in'
Emulator: C:UsersUSERAppDataLocalAndroidSdkemulatorqemuwindows-x86_64qemu-system-x86_64.exe: warning: opening audio input failed
android-emulator amd amd-processor
When I start the Emulator in Android Studio it runs, but it doesn't open my application. like this “ there message down “ waiting for target device comes online “
I use Ryzen 7 2700x, installed all SDK tools and use system image (recommended, Other images "ARM64-v8a,ARMEABI-v7a").
Another problem there is some error shown:
Emulator: dsound: Could not initialize DirectSoundCapture
Emulator: dsound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object
Emulator: audio: Failed to create voice `goldfish_audio_in'
Emulator: C:UsersUSERAppDataLocalAndroidSdkemulatorqemuwindows-x86_64qemu-system-x86_64.exe: warning: opening audio input failed
android-emulator amd amd-processor
android-emulator amd amd-processor
edited Apr 13 at 19:03
Zoe
15.5k10 gold badges65 silver badges96 bronze badges
15.5k10 gold badges65 silver badges96 bronze badges
asked Mar 27 at 7:36
AbdullahMQAbdullahMQ
66 bronze badges
66 bronze badges
I guess this is related? stackoverflow.com/questions/53651779/… It's a windows 10 issue.
– RAUL TELO SANCHEZ
Mar 27 at 7:38
But isn’t for the main issue
– AbdullahMQ
Mar 27 at 7:43
Create a new emulator in another API level and check what happens?
– ashraf
Mar 27 at 8:03
@ashraf if you mean the image type I changed a lot
– AbdullahMQ
Mar 27 at 8:26
Then it seems an OS related problem to me. You could try a fresh installation of android studio, but before that delete all temporary files.
– ashraf
Mar 27 at 8:33
|
show 4 more comments
I guess this is related? stackoverflow.com/questions/53651779/… It's a windows 10 issue.
– RAUL TELO SANCHEZ
Mar 27 at 7:38
But isn’t for the main issue
– AbdullahMQ
Mar 27 at 7:43
Create a new emulator in another API level and check what happens?
– ashraf
Mar 27 at 8:03
@ashraf if you mean the image type I changed a lot
– AbdullahMQ
Mar 27 at 8:26
Then it seems an OS related problem to me. You could try a fresh installation of android studio, but before that delete all temporary files.
– ashraf
Mar 27 at 8:33
I guess this is related? stackoverflow.com/questions/53651779/… It's a windows 10 issue.
– RAUL TELO SANCHEZ
Mar 27 at 7:38
I guess this is related? stackoverflow.com/questions/53651779/… It's a windows 10 issue.
– RAUL TELO SANCHEZ
Mar 27 at 7:38
But isn’t for the main issue
– AbdullahMQ
Mar 27 at 7:43
But isn’t for the main issue
– AbdullahMQ
Mar 27 at 7:43
Create a new emulator in another API level and check what happens?
– ashraf
Mar 27 at 8:03
Create a new emulator in another API level and check what happens?
– ashraf
Mar 27 at 8:03
@ashraf if you mean the image type I changed a lot
– AbdullahMQ
Mar 27 at 8:26
@ashraf if you mean the image type I changed a lot
– AbdullahMQ
Mar 27 at 8:26
Then it seems an OS related problem to me. You could try a fresh installation of android studio, but before that delete all temporary files.
– ashraf
Mar 27 at 8:33
Then it seems an OS related problem to me. You could try a fresh installation of android studio, but before that delete all temporary files.
– ashraf
Mar 27 at 8:33
|
show 4 more comments
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%2f55371976%2fapp-doesn-t-run-android-studio-emulator-issue%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%2f55371976%2fapp-doesn-t-run-android-studio-emulator-issue%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
I guess this is related? stackoverflow.com/questions/53651779/… It's a windows 10 issue.
– RAUL TELO SANCHEZ
Mar 27 at 7:38
But isn’t for the main issue
– AbdullahMQ
Mar 27 at 7:43
Create a new emulator in another API level and check what happens?
– ashraf
Mar 27 at 8:03
@ashraf if you mean the image type I changed a lot
– AbdullahMQ
Mar 27 at 8:26
Then it seems an OS related problem to me. You could try a fresh installation of android studio, but before that delete all temporary files.
– ashraf
Mar 27 at 8:33