java - Error while importing my Kapsel cordova project in eclipse on org.apache.cordova.whitelist -
kapsel cordova project android platform
hello, new kapsel cordova , smp3.0 .i have created kapsel cordova project using command line interface(cli) platform android .i have added different plugins related cordova want in app work camera , geolocation.
the issue:while have created kapsel cordova project , prepared using cli , importing project eclipse ide . whitelist.png
i getting above error in project.while importing project existing project of android in eclipse juno.
so,can please me out explaining whitelisting , methods , since feel documentation not sufficient answer question.
ide:eclipse juno
android device 4.0.0
jdk 1.7
jre 1.7
please help....!!! in advance...!!!
1. try windows (uninstall cordova version)
npm uninstall -g cordova
2. try mac
sudo npm uninstall -g cordova
and can added cordova previous versions this
3. install cordova previous versions bellow command.
cordova installed using node package manager (npm). type following in command window install:
npm install -g cordova@3.6.3-0.2.13 // command tyr if confusion farther steps tell me
enjoy ...!!!
Comments
Post a Comment