Hi,
All this is not kodular issue, but my Android Emulator problem.
If anyone having same issue and using Companion or apk that have sound on Emulator, try these step to fix :
How to Fix No Audio in Android Emulator (Easy 3-Step Fix)
Step 1: Open the Emulator’s Folder
- Open Android Studio .
- On the right side, open the Device Manager .
- Find your emulator in the list. On its far right, click the dropdown menu (⋮).
- Select “Show on Disk” .
Step 2: Find and Edit the Config File
- This will open the folder where your emulator is saved.
- Look for a file named
config.iniand open it with any text editor (like Notepad or Notepad++).
Step 3: Change the Audio Settings
- Inside the file, look for these two lines:
hw.audioInputhw.audioOutput
- If they are there , change both of their values to
yes.
- If they are NOT there , just add these two new lines anywhere in the file:
hw.audioInput = yes
hw.audioOutput = yes
- Save the file.
- Completely shut down your emulator and restart it.
That’s it! The audio should now be working. Let me know in the comments if this solved your problem! ![]()