-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否支持cordova-android 7.0以上 #8
Comments
这我感觉你不装这个插件也会出现failed问题啊 |
抱歉看错了,我的项目是6…… 我看了一下update log,确实有需要改的…… |
我看了一下,不少插件都受到了影响,可能不太好处理,回头看看 ionic-team/ionic-plugin-keyboard#304 |
恩恩,非常感谢 因为默认添加,android的就是7.0了,所以直接使用您的插件,就会编译出错。 看来用6没事就好, 您的命令行工具正好看,是什么工具哇 |
deepin-terminal, 配的oh-my-zsh 我正在看怎么保证和6的兼容性,直接改的话我的应用跑不动。。 |
研究了下,如果直接按照cordova-android@7的指示改,会导致旧版本不兼容。 初步怀疑Cordova内部的实现存在精神分裂,需要debug进Cordova解决,或者像Crosswalk那样写个Hook。 没有太仔细看,建议还是使用cordova-android 6.4.0吧, 跟踪以下插件的最新动态: |
@Wzhex thanks, 我会在有空的时候研究并测试 |
为兼容Cordova@6.4,不能使用如上改法。现最新Commit已修复,并已配置好CI测试。我将在实际测试之后,向npm发布新版。 |
您好
使用您的插件,发现使用cordova-android@7.0,以上
用6.4.0可以的
编译的时候提示错误,
`cp: copyFileSync: could not write to dest file (code=ENOENT):E:\tmp\hello\platforms\android\res\xml\config.xml
Parsing E:\tmp\hello\platforms\android\res\xml\config.xml failed
(node:144) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ENOENT: no such file or directory, open 'E:\tmp\hello\platforms\android\res\xml\config.xml'
(node:144) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.`
The text was updated successfully, but these errors were encountered: