How to make a new Cordova project using Beweb system

0 comments
  1. Go to mac and open terminal
  2. cd ~/cordova
  3. cordova create testproj3
  4. Use beyond compare to copy over the following files from a template app:
    1. android.keystore
    2. ant.properties
    3. configtemplate.xml
    4. remotebuild.json
    5. watcher.rb
    6. icons folder
  5. cd testProj
  6. ruby watcher.rb go

This last command builds the project. If you get errors, you will need to google them and work through each one. This is a slow and painful process.
I got an error with an android drawable icon resource and could not solve it so had to give up!

Comments


Leave a Comment