HMS-FAC / BoatlaunchMVP

MVP for Boatlaunch App
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Phonegap research, converting to an Android App w/ PhoneGap #62

Closed katkelemen closed 8 years ago

katkelemen commented 8 years ago

sub issue of #8

katkelemen commented 8 years ago

https://github.com/Danwhy/cordova-getting-started

step2: make sure that only the minimum requirements are installed, otherwise the System Images are (e.g. ARM EABI v7a System Image) taking up a lot of space and the installation is going to be slow

step3: create bash_profile:

cd /Users/UserName
touch .bash_profile
open .bash_profile

step6: after I ran cordova build

this error came up: [Error: Please install Android target: "android-22".

follow the hint and install the android-22 from the packages

katkelemen commented 8 years ago

this might be a useful link later http://coenraets.org/blog/cordova-phonegap-3-tutorial/

katkelemen commented 8 years ago

pubnub links are outdated!

katkelemen commented 8 years ago

!Tips: https://docs.google.com/document/d/1WhH8hGnk6uAKcZGB0cR6Pj38K2mN7JnCaE5XhOnlmhM/edit?usp=sharing

Conorc1000 commented 8 years ago

we now have the a working example of the app running through the phonegap app (developer). It requires us to bring across all of the js functions into index.js.

hdrdavies commented 8 years ago

How to detect which device the user is using:

http://stackoverflow.com/questions/11077853/phonegap-detect-device-type-in-phonegap