Cordova

From Biowikifarm Metawiki
Jump to: navigation, search

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: