How to create the emulator for android tablet project

Mathew

Member
Sep 7, 2011
1
0
Hi,

Through Android SDK and AVD Manager I have created an AVD of android3.0 version with size option as 1024MiB. In my application class I have asked to create a directory so that I can cache images. But I get error over there as

Code:
[COLOR=#800000]09[/COLOR][COLOR=#000000]-[/COLOR][COLOR=#800000]07[/COLOR][COLOR=#800000]15[/COLOR][COLOR=#000000]:[/COLOR][COLOR=#800000]32[/COLOR][COLOR=#000000]:[/COLOR][COLOR=#800000]31.253[/COLOR][COLOR=#000000]:[/COLOR][COLOR=#000000] ERROR[/COLOR][COLOR=#000000]/[/COLOR][COLOR=#2B91AF]AndroidRuntime[/COLOR][COLOR=#000000]([/COLOR][COLOR=#800000]380[/COLOR][COLOR=#000000]):[/COLOR][COLOR=#2B91AF]Caused[/COLOR][COLOR=#00008B]by[/COLOR][COLOR=#000000]:[/COLOR][COLOR=#000000] java[/COLOR][COLOR=#000000].[/COLOR][COLOR=#000000]lang[/COLOR][COLOR=#000000].[/COLOR][COLOR=#2B91AF]IllegalStateException[/COLOR][COLOR=#000000]:[/COLOR][COLOR=#2B91AF]Unable[/COLOR][COLOR=#000000] to create nomedia file[/COLOR][COLOR=#000000].
[/COLOR]

Could someone please explain how can I create an avd with sdcard. Is the way with which I have is right or not?
 
Top