我是新的移动应用技术。我正在尝试为apk安装配置我的系统(在Ubuntu16.04中)。在终端中运行以下命令之后
sudo ionic cordova run android我得到了以下错误
:CordovaLib:compileDebugRenderscript FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':CordovaLib:compileDebugRenderscript'.
> llvm-rs-cc is missing我搜索了一下,但找不到准确的答案。提前谢谢。
发布于 2017-08-30 08:14:41
所以我找到了解决这个问题的方法。这是因为我的sdk文件夹中的build的版本不同。更新到最新的构建工具版本将解决这个问题。
https://stackoverflow.com/questions/45915253
复制相似问题