Reputation: 802
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
Upvotes: 22
Views: 18021
Reputation: 7651
On Android 10/11/12 emulators, this odd "sparkle" sound happens when rotating the device to landscape or portrait. Here's how to turn it off:
Another way - Android 10/11
Another way - Android 12 (API 31)
Now there are no more annoying noises when changing the emulator's orientation.
Upvotes: 2
Reputation: 2403
It can be due to multiple reasons: One of the reason is
Upvotes: 1
Reputation: 47481
Touch Sounds
on the Android device/emulator.You can find it under Settings
-> Sound & notification
-> Other sounds
-> Touch sounds
Upvotes: 24
Reputation: 802
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.
Upvotes: 3