Posts Tagged: cordova

Getting Started PhoneGap/Cordova on Linux

I was following the guide How to Install PhoneGap inĀ UbuntuĀ  and I am regurgitating that advice here with my own changes: Install PhoneGap and Pre-requisites sudo apt-get install default-jre default-jdk ant sudo apt-get install npm sudo npm update npm -g sudo npm install n -g sudo n stable sudo npm install -g phonegap   Download… Read more »