ionic app开发遇到的问题

时间:2023-03-09 05:12:30
ionic app开发遇到的问题
 :processDebugResources
FAILED FAILURE: Build failed with an exception. * What went wrong:
Execution failed for task ':processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\android-sdk\build-tools\23.0.\aapt.exe'' finished with non-zero exit value * Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 1.72 secs Error: cmd: Command failed with exit code Error output:
FAILURE: Build failed with an exception. * What went wrong:
Execution failed for task ':processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\android-sdk\build-tools\23.0.\aapt.exe'' finished with non-zero exit value * Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

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

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

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