[android-developers] Re: problem in using context.getCacheDIr() in emulator.

2009-04-16 Thread David Turner
If you use SDK 1.1, there is no cache partition in the emulator, unless you use the -cache file option. If you use the preview SDK 1.5, then a cache partition file is automatically created for you when you create an AVD, and will be used automatically when you start the emulator with this AVD.

[android-developers] Re: problem in using context.getCacheDIr() in emulator.

2009-04-16 Thread Honest
Thanks for your quick reply. But i do not know why it is giving error while calling prepare() from MediaPlayer. On Apr 16, 7:36 pm, David Turner di...@android.com wrote: If you use SDK 1.1, there is no cache partition in the emulator, unless you use the -cache file option. If you use the