0

将 Android 作为平台的 Kapsel Cordova 项目

您好,我对 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 朱诺

安卓设备 4.0.0

JDK 1.7

JRE 1.7

请帮忙....!!!提前致谢...!!!

4

1 回答 1

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

npm 卸载 -g 科尔多瓦

 2. Try this for MAC

sudo npm 卸载 -g 科尔多瓦

您还可以像这样添加 Cordova 以前的版本

3. Install Cordova Previous Versions As bellow command.

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

npm install -g cordova@3.6.3-0.2.13 // 它的命令 tyr this 如果有任何混淆进一步的步骤然后告诉我

享受 ...!!!

于 2015-05-28T11:25:44.897 回答