to start off i am new to android development. I recently installed android studio, however, when I run my app the avd opens but doesn't display the app instead it shows the home screen with google play store phone and such.i searched for the solution for days but no one really answered it.
Asked
Active
Viewed 52 times
0
-
Have you check if you have any build error or run time error while launching the launch-activity? Look for "Run" and "Logcat" tab in the bottom left corner of Android Studio. The shortcuts are usually Alt+4 and Alt+6 – Sanlok Lee Feb 03 '19 at 21:14
-
the error i receive is something like this – Omar Bou Feb 04 '19 at 12:06
-
Error: 6:04 PM Emulator: dsound: Could not initialize DirectSoundCapture 6:04 PM Emulator: dsound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID 6:04 PM Emulator: dsound: Attempt to initialize voice without DirectSoundCapture object 6:04 PM Emulator: audio: Failed to create voice `goldfish_audio_in' 6:04 PM Emulator: audio: Failed to create voice `adc' .thanks in advance – Omar Bou Feb 04 '19 at 12:08
-
I am not familiar with the error but can you try following steps in this SO answers?: [Error launching the android project on emulator](https://stackoverflow.com/questions/53651779/error-launching-the-android-project-on-emulatorapi-28-on-windows) – Sanlok Lee Feb 04 '19 at 16:27
-
Thank you for your answer i did stumble upon that answer earlier but i don't have windows 10 or a mic on my pc – Omar Bou Feb 04 '19 at 17:55
-
I see. Have you tried [this](https://stackoverflow.com/questions/48010070/emulator-audio-failed-to-create-voice-adc) too? This answer seems to be more OS independent. – Sanlok Lee Feb 04 '19 at 18:34
-
the issue seemed to have fixed itself i thank you for your time how can i upvote you – Omar Bou Feb 04 '19 at 21:31