Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs Ionic Insights:设备信息不可用_Angularjs_Cordova_Ionic Framework - Fatal编程技术网

Angularjs Ionic Insights:设备信息不可用

Angularjs Ionic Insights:设备信息不可用,angularjs,cordova,ionic-framework,Angularjs,Cordova,Ionic Framework,我有以下错误,虽然我已经安装了所需的插件。 问题出在哪里 I : [INFO:CONSOLE(1)] "Native: tried calling Device.platform, but the Device plugin is not installed.", source: file:///android_asset/www/lib/ionic.cloud.min.js (1) I : [INFO:CONSOLE(1)] "Install the Device plugin: 'ion

我有以下错误,虽然我已经安装了所需的插件。 问题出在哪里

 I : [INFO:CONSOLE(1)] "Native: tried calling Device.platform, but the Device plugin is not installed.", source: file:///android_asset/www/lib/ionic.cloud.min.js (1)
 I : [INFO:CONSOLE(1)] "Install the Device plugin: 'ionic plugin add cordova-plugin-device'", source: file:///android_asset/www/lib/ionic.cloud.min.js (1)
 I : [INFO:CONSOLE(11)] "Ionic Insights: Device information unavailable.", source: file:///android_asset/www/lib/ionic.cloud.min.js (11)
 I : [INFO:CONSOLE(11)] "Ionic Insights: Could not send insights.", source: file:///android_asset/www/lib/ionic.cloud.min.js (11)
index.html


您的系统信息:

Cordova CLI:6.3.1

离子框架版本:1.3.1

爱奥尼亚CLI版本:2.0.0

爱奥尼亚应用程序库版本:2.0.0-beta.20

操作系统:
节点版本:v4.4.1

您正在尝试运行什么命令?您正在尝试运行什么命令?
<!-- cordova script (this will be a 404 during development) -->
<script src="lib/ngCordova/dist/ng-cordova.min.js"></script>


<!-- ionic cloud js -->
<script src="lib/ionic.cloud.min.js"></script>
<!--<script src="cordova.js"></script>-->

<!-- libs -->
<script src="lib/ngstorage/ngStorage.min.js"></script>
<script src="lib/angular-filter/dist/angular-filter.min.js"></script>