Featured
-
No Featured Found!
Tags
How to configure PhoneGap project in Eclipse
To configure PhoneGap project in Eclipse follow the below steps-
Step -1 Go to Terminal
Step -2 Install frist - $ sudo npm install -g cordova.
Step -3 $ cd Desktop/
Step - 4 $ cordova create Raj007 com .example.Raj007 raj
Ste...
Phonegap apps plugins installation issue
When we use cordova plugin in phonegap apps, sometimes we get plugin installation error. We can get rid of from this error by first installing plugman.
The code to install plugman is given below. hit it in terminal and then we can install cam...