here's how to start your android emulator via command prompt:1. if you haven't already, create an AVD (android virtual device)
android create avd -n (name) -t (targetID) [-(option) (value)]
where the target id (ie. 4 for android 1.6) can be obtained via:
android list targets
2. list available AVDs
(android.tools.directory)
\android list avds
3. starting your AVD
(android.tools.directory)
\emulator -avd
for more information goto:
http://developer.android.com/.../tools/avd.html
No comments:
Post a Comment