ionic app开发遇到的问题

Posted ECstore

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ionic app开发遇到的问题相关的知识,希望对你有一定的参考价值。

 1 :processDebugResources
 2  FAILED
 3 
 4 
 5 FAILURE: Build failed with an exception.
 6 
 7 * What went wrong:
 8 Execution failed for task :processDebugResources.
 9 > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process command D:\android-sdk\build-tools\23.0.1\aapt.exe‘‘ finished with non-zero exit value 1
10 
11 * Try:
12 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
13 
14 
15 BUILD FAILED
16 
17 Total time: 1.72 secs
18 
19 Error: cmd: Command failed with exit code 1 Error output:
20 FAILURE: Build failed with an exception.
21 
22 * What went wrong:
23 Execution failed for task :processDebugResources.
24 > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process command D:\android-sdk\build-tools\23.0.1\aapt.exe‘‘ finished with non-zero exit value 1
25 
26 * Try:
27 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

上面是打包app时候出现问题记录;

问题原因是www目录中包含了中文名的文件(我这里是图片文件夹内包含了中文名的图片)。

 

解决方法:修改文件名为英文。

以上是关于ionic app开发遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章

Ionic之顺带APP

使用 Facebook 错误代码登录:1349195 [IONIC]

我用ionic框架做的app,但是安卓手机的返回键返回上一个页面,有几个页面怎么都返回不了

用angular7+Ionic做移动App做成了webapp引发的系列问题

Ionic 安装遇到的问题以及解决方案

在开发ionic2-cordova app时,“bnr不被认为是内部命令”