Difference between revisions of "Cordova"

From Biowikifarm Metawiki
Jump to: navigation, search
 
Line 23: Line 23:
 
** [http://docs.phonegap.com/en/2.1.0/index.html API Reference]
 
** [http://docs.phonegap.com/en/2.1.0/index.html API Reference]
 
* Training:
 
* Training:
** After installing Eclipse, SDK, and ADT-plugin inside Eclipse
+
** After installing Eclipse, SDK, and ADT-plugin inside Eclipse:
*
+
*** NOTE: to install new or different SDK version, in Eclipse press down arrow upper left below menu = Android SDK manager!
 +
** new application project, icon, new activity
 +
** In eclipse, in assets create www subfolder, then from phonegap drop the js to www, and jar to lib filder
 +
** put the phonegap xml folder into the eclipse-project res folder
 +
** In eclipse, right click lib, select build path, configure build path, select libraries tab, click button add JARs, select project name, libs folder, cordova-jar.
 +
** navigate to the src-folder, drop all example folder files into it
 +
** Select project itself, File, Export, choose Android, Export Android Application, select keystore,
 +
 
 +
 
 +
 
  
 
Some interesting pages for developing:
 
Some interesting pages for developing:

Latest revision as of 12:58, 12 February 2013

Notes:


Cordova/Phonegap:

  • Resources
  • Training:
    • After installing Eclipse, SDK, and ADT-plugin inside Eclipse:
      • NOTE: to install new or different SDK version, in Eclipse press down arrow upper left below menu = Android SDK manager!
    • new application project, icon, new activity
    • In eclipse, in assets create www subfolder, then from phonegap drop the js to www, and jar to lib filder
    • put the phonegap xml folder into the eclipse-project res folder
    • In eclipse, right click lib, select build path, configure build path, select libraries tab, click button add JARs, select project name, libs folder, cordova-jar.
    • navigate to the src-folder, drop all example folder files into it
    • Select project itself, File, Export, choose Android, Export Android Application, select keystore,



Some interesting pages for developing: