cordova - PhoneGap + AngularJS how to add camera Plugin -



cordova - PhoneGap + AngularJS how to add camera Plugin -

i new phonegap , developing app android phonegap , angularjs. struck @ adding photographic camera plugin.

i using cordova-plugin-camera.

in config.xml, when add

<gap:plugin name="org.apache.cordova.camera" version="0.2.9" />

it shows error saying: undefind prefix gap.

my config file placed in appname/res/xml/acofig.xml

how can add together this.

the lines add together config.xml add together plugin when using phonegap build online service.

if using command line interface (cli) create/build project, should add together plugins using cli :

cordova plugin add together org.apache.cordova.camera

angularjs cordova

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -