Skip to content

Instantly share code, notes, and snippets.

@jesuscast
Created September 12, 2015 21:11
Show Gist options
  • Save jesuscast/91414c87f94129533d61 to your computer and use it in GitHub Desktop.
Save jesuscast/91414c87f94129533d61 to your computer and use it in GitHub Desktop.
How to run cordova on linux for my specific computer only.
This is only a memo for myself.
First of all using user jesus:
go to
cd ~/Android/Sdk/tools
./android avd
and let that run
now from another teminal do
sudo -s
source ~/.bashrc
cd ~/cordova-aps/hello/
adb devices #returns emulator-554
cordova emulate --target=emulator-5554 android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment