Misc
Other Resources
-
Checkout new android libraries
Android Arsenal - Android developer portal with tools, libraries, and apps
-
Follow on Twitter
-
Create a List on Twitter
-
Fix issue with Audio getting worse on your Bluetooth Headset when starting Emulator
You can deal with this problem in 2 ways.
- Using Terminal
# i.e emulator -noaudio-avd Pixel_4a_API_31 emulator -noaudio-avd <emulator_name>
- Editing the config for Emulator
Navigate to your existing Emulator and edit the
config.ini
file# Wipe Data + Cold Boot once hw.audioInput = no hw. audioOutput = no
Read an indepth article here