프로그램/hybrid app

phonegap, cordova simple build example

mulderu 2015. 5. 22. 06:51


phonegap, cordova simple build example


ref : https://github.com/tanelih/phonegap-bluetooth-plugin/tree/master/example



cd example/

bower install

cordova create build-example/ com.example.bt "BtExample"

(cd build-example/ && cordova platform add android)
(cd build-example/ && cordova plugin add https://github.com/tanelih/phonegap-bluetooth-plugin)

cp -r www/* build-example/www/

(cd build-example/ && cordova build android)
(cd build-example/ && cordova run)