0

when i run my simple login app in android it runs perfectly, but when i try to insert data in it using webservice, it gives error:

" soundpool could not open: /system/media/audio/ui/keypressStandard.ogg",

I just want to know why this error occurs and what this error shows?

like: is this a code issue? or it is problem due to web service?

4

2 回答 2

0

我的错误是由于从 android 的 UI 页面调用网络 web 服务,而 android 在蜂窝后不允许这样做,现在我通过使用 ~[strictmode]~ 方法和使用异步技术消除了这个冲突,也可以尝试使用线程管理,以便 android 中的主要活动避免网络调用。

于 2013-11-11T17:29:28.563 回答
0

此错误表示,soundpool 无法播放此文件,或者文件可能是错误的,或者不可读。我也得到了一个关于这个问题的快速搜索列表,发现了这个: https ://code.google.com/p/android/issues/detail?id=58113

于 2013-11-10T17:23:31.667 回答