I am currently developing a mobile web application and I don\'t have a test device yet so I\'m using the android-emulator to check the site. On my mac, I have installed the
Go to tools directory inside your android sdk like:
cd ~/Android/Sdk/tools
and enter run your avd as
./emulator -avd
You can find your avd name by running:
./emulator -list-avds