Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Strange sound produced by Android Emulator when turned on in Android Studio

I've just update my Android Studio together with the Android Emulator to the newest version. After I click "run" in my project and selected my emulator, it boots up like normal. However, when the app pops up, I can hear some strange noise produced. I've made sure that I didn't set the app to play any sound. Link to the strange noise

Android Emulator: Galaxy Nexus API 27
Android Studio Version: 3.0.1

like image 666
gldanoob Avatar asked Jan 28 '18 09:01

gldanoob


People also ask

Why is Android studio using my microphone?

It's the Android emulator. The emulated phone has a microphone, so the emulator uses your computer's microphone to emulate it. Feel free to deny access to your microphone; the emulator will work fine—except for its microphone, of course.

How do I bypass Android emulator detection?

In general there are three ways to bypass an emulator check: Modify the app and remove the emulator check. Modify the emulator so that it pretends to be a real device. Modify the system calls the app does for detecting it is running on an emulator.

How do I fix Android Emulator not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.


3 Answers

Turn off Touch Sounds on the Android device/emulator.

You can find it under Settings -> Sound & notification -> Other sounds -> Touch sounds

enter image description here

like image 194
Joshua Pinter Avatar answered Oct 19 '22 18:10

Joshua Pinter


That sound was actually the notification sound of the emulator. Since my app is in landscape mode, it needed me to configure the keyboard in landscape mode. So the notification came out.

like image 3
gldanoob Avatar answered Oct 19 '22 19:10

gldanoob


Try using emulators, like genymotion or bluestacks. They are pretty good. On the other side, in my experience, Android Studio emulators are very slow and buggy.

like image 1
Banana Avatar answered Oct 19 '22 17:10

Banana