ionic添加cordova扫描二维码插件-BarcodeScanner BarcodeScanner 打开相机自动扫描 条形码/二维码,返回数据。 添加插件命令:cordova plugin add phonegap-plugin-barcodescanner... 2018年11月19日 cordova 浏览量:1,597 次 发表评论 阅读全文
ionic2 tab页面不刷新问题 ionic2页面堆叠(个人理解)导致页面只请求一次,需求需要每打开一次页面请求一次,百度半天找不出相似的方法。 最后找到了一个大神的记录,在此借用一下。 ionViewDidLoad 页面加载完毕触发... 2018年11月19日 ionic 浏览量:1,196 次 发表评论 阅读全文
ionic cordova报错 errno -4058 and npm WARN enoent ENOENT 看错误提示errno是4058,报错npm WARN checkPermissions Missing write access to xxx... npm ERR! enoent ENOE... 2018年11月19日 cordova 浏览量:750 次 发表评论 阅读全文
android emulate运行时提示app has stoped无法进入app 原因:模拟器设置里没有勾选 use host gpu,导致运行时没有用硬件的gpu无法带动, 勾选 use host gpu即可。 2018年11月18日 android 浏览量:707 次 发表评论 阅读全文
npm install 报node-sass错误(npm ERR! Failed at the node-sass@4.5.2 postinstall script. npm ERR! This is probably not a problem)的解决方法 前两天用npm install命令时不停node-sass错误: npm ERR! Failed at the node-sass@4.5.2 postinstall script. npm ERR!... 2018年11月18日 android 浏览量:2,762 次 发表评论 阅读全文
Windows 10 64bit 下nodejs报错MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 “4.0”的解决方法 在win10 64位系统下,关于nodejs下通过npm install环境部署项目时出现报错’MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 “4.0... 2018年11月18日 android 浏览量:6,918 次 发表评论 阅读全文
Intel x86 Emulator Accelerator(HAXM installer) Not compatible with Windows 关于安卓sdk的问题,最近也是头疼的很 在这个网址下载-----zip包, &n... 2018年11月18日 android 浏览量:985 次 发表评论 阅读全文
android list avd不是内部或外部命令,也不是可运行的程序的解决办法 这个问题是因为环境变量没有设置,我是通过cmd命令进入到我的SDK安装文件夹中,来解决上述问题的,解决办法如下: 1、首先,打开cmd命令窗口,输入D: ,回车。 2、再在cmd命令中输入CD空格加上... 2018年11月18日 android 浏览量:829 次 发表评论 阅读全文
创建与运行Ionic项目 1.安装Ionic和cordova npm install ionic cordova 2.创建Ionic项目 首先创建ionic项目可以使用Ionic提供的app模板或是一个空白。 在命令行中进入I... 2018年11月18日 ionic 浏览量:644 次 发表评论 阅读全文