I want to create android virtual device for Google Nexus from the console. Now I'm using command
android -s create avd -n %avd_name% -t 1 -p %work_dir%\devices\%avd_name% -f -s 480x800
The result is not the same as if I've craeted it in the sdk manager. I wonder, how I could create avd based on device defenition "Galaxy Nexus" from the console.