How fix this: on logcat -->> error loading /system/media/audio/ui/Effect_Tick.ogg??
Asked Answered
S

2

10

I have a problem:

error loading /system/media/audio/ui/Effect_Tick.ogg

It's shown when I click navdraw icon. Anybody can help me??

This is errors on logcat:

04-20 01:42:11.240: E/SoundPool(639): error loading /system/media/audio/ui/Effect_Tick.ogg
04-20 01:42:11.251: E/SoundPool(639): error loading /system/media/audio/ui/Effect_Tick.ogg
04-20 01:42:11.251: E/SoundPool(639): error loading /system/media/audio/ui/Effect_Tick.ogg
04-20 01:42:11.280: E/SoundPool(639): error loading /system/media/audio/ui/Effect_Tick.ogg
04-20 01:42:11.280: E/SoundPool(639): error loading /system/media/audio/ui/Effect_Tick.ogg
04-20 01:42:11.280: E/SoundPool(639): error loading /system/media/audio/ui/KeypressStandard.ogg
04-20 01:42:11.311: E/SoundPool(639): error loading /system/media/audio/ui/KeypressSpacebar.ogg
04-20 01:42:11.311: E/SoundPool(639): error loading /system/media/audio/ui/KeypressDelete.ogg
04-20 01:42:11.311: E/SoundPool(639): error loading /system/media/audio/ui/KeypressReturn.ogg
Salvo answered 20/4, 2014 at 9:37 Comment(4)
Could you show us the relevant code please?Woodpile
I'm confused to show the relevant code, before I make the navigation drawer, when I click on one of its menu will appear content with fragment tabs with a swipe, but when I click the navigation menu it does not appear hisSalvo
You can't access the file system - you must have root access.Distich
should I be rooting it? how? I'm using the emulatorSalvo
C
12

This is Android emulator issue. To workaround it just disable all sounds in Android settings (particularly "Touch sounds").

Cryometer answered 21/5, 2014 at 10:51 Comment(2)
And how d you do that?Sklar
Depends on the Android version but for me it was Apps => Settings => Device => Sound => System => Touch SoundIsochronism
U
2

For me,

I just closed the emulator and started again, its worked.

Uncaredfor answered 12/3, 2015 at 12:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.