I am trying to develop a library management software for android using Eclipse. So far my application is running fine (in eclipse emulator), but I am getting some errors which is bugging me (though there is no visible impact on functionality). If anybody can guide me, I'll appreciate a lot.
Error # 1: Whenever I press any button (or action items), I keep getting soundpool errors (in logcat) like below. I didn't manually load/assign any sound effect to anything, hence these must have been default sounds.
11-08 23:05:58.466: E/SoundPool(374): error loading /system/media/audio/ui/KeypressStandard.ogg
11-08 23:05:58.466: W/AudioService(374): Soundpool could not load file: /system/media/audio/ui/KeypressStandard.ogg
11-08 23:05:58.466: E/SoundPool(374): error loading /system/media/audio/ui/KeypressSpacebar.ogg
11-08 23:05:58.466: W/AudioService(374): Soundpool could not load file: /system/media/audio/ui/KeypressSpacebar.ogg
Error # 2: When I run my application to my virtual device manager, I got below error messages (in logcat) during initialization, which i have no idea of, and which does not have any visible impact on my application as well.
11-08 23:16:10.226: E/memtrack(1110): Couldn't load memtrack module (No such file or directory)
11-08 23:16:10.226: E/android.os.Debug(1110): failed to load memtrack module: -2