I have problems recording a wav file on my Android app on the emulator which can work previously. I didn’t change the code but the emulator just cannot create the wav file for me when I record it. However, when I tried it on my Android phone, it works fine.
In addition, I also cannot push in a wav file into my emulator using DDMS->File Explorer.
Does anyone met this kind of problem before?
I have found that file handling on the emulator can be unpredictable occassionally. Most of the time it is fine, but I have experienced permission problems from time to time. I usually just create a new emulator instance now so everything gets initialised from scratch. It can be irritating but this has solved my occassional problems. I have searched the web and found seemingly good fixes, but the problem still re-occurs from time to time. Fortunately, it has not been long lasting.