在org.apache.cordova.whitelist上的eclipse中导入我的Kapsel cordova项目时出错

时间:2015-04-29 10:12:51

标签: java android cordova phonegap-plugins smp

Kapsel Cordova项目为Android作为平台

你好,我是Kapsel Cordova和SMP3.0的新手。我使用命令行界面(CLI)为平台创建了Kapsel Cordova项目作为android。我还添加了与cordova相关的不同插件我想在我的应用程序中像相机和地理位置一样工作。

The ISSUE:while I have created the Kapsel Cordova project and prepared it using CLI and importing the project into the Eclipse IDE .       WhiteList.png        

我在我的项目中遇到上述错误。在eclipse Juno中导入项目作为Android的现有项目。

So,can you please help me out for explaining what exactly the Whitelisting is and what are its methods and all since I feel the documentation is not sufficient to answer my  question.
  

IDE:Eclipse Juno

     

Android设备4.0.0

     

JDK 1.7

     

JRE 1.7

请帮助.... !!! 提前谢谢...... !!!

1 个答案:

答案 0 :(得分:0)

 1. Try this for windows (uninstall you cordova version)

npm uninstall -g cordova

 2. Try this for MAC

sudo npm uninstall -g cordova

你还可以添加Cordova以前的版本

3. Install Cordova Previous Versions As bellow command.

使用节点包管理器(npm)安装Cordova。在命令窗口中键入以下内容以进行安装:

npm install -g cordova@3.6.3-0.2.13 //其命令tyr如果有任何混淆,请告诉我更多步骤

享受...... !!!