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 浏览量:758 次 发表评论 阅读全文
android emulate运行时提示app has stoped无法进入app 原因:模拟器设置里没有勾选 use host gpu,导致运行时没有用硬件的gpu无法带动, 勾选 use host gpu即可。 2018年11月18日 android 浏览量:731 次 发表评论 阅读全文
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,788 次 发表评论 阅读全文
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,947 次 发表评论 阅读全文
Intel x86 Emulator Accelerator(HAXM installer) Not compatible with Windows 关于安卓sdk的问题,最近也是头疼的很 在这个网址下载-----zip包, &n... 2018年11月18日 android 浏览量:1,006 次 发表评论 阅读全文
android list avd不是内部或外部命令,也不是可运行的程序的解决办法 这个问题是因为环境变量没有设置,我是通过cmd命令进入到我的SDK安装文件夹中,来解决上述问题的,解决办法如下: 1、首先,打开cmd命令窗口,输入D: ,回车。 2、再在cmd命令中输入CD空格加上... 2018年11月18日 android 浏览量:849 次 发表评论 阅读全文
创建与运行Ionic项目 1.安装Ionic和cordova npm install ionic cordova 2.创建Ionic项目 首先创建ionic项目可以使用Ionic提供的app模板或是一个空白。 在命令行中进入I... 2018年11月18日 ionic 浏览量:651 次 发表评论 阅读全文
ionic打包报错Could not find an installed version of Gradle either in Android Studio ionic cordova build android打包时报以下错误 Could not find an installed version of Gradle either in Android ... 2018年11月18日 cordova 浏览量:1,085 次 发表评论 阅读全文
Maven中的Parent模块配置-关于聚合与继承 近期的项目中用到了maven的parent配置,理解的不是很清楚。下面这篇文章讲的还比较清楚。 https://my.oschina.net/mzdbxqh/blog/846018 parent有个很... 2018年11月16日 maven 浏览量:748 次 发表评论 阅读全文