博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Aapt.exe finished with non-zero exit value 1
阅读量:5966 次
发布时间:2019-06-19

本文共 839 字,大约阅读时间需要 2 分钟。

I cannot build an android solution now. Any clue what this is about?!

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: Proces

In my case the problem was, that there were filenames in my assets folder that had invalid characters.

  • Filenames can’t be too long.

  • äöüß… don’t seem to be allowed

  • Spaces seem to be allowed (!)

Also, after making changes to the filenames in src/assets, search your project for assets folder, and delete all it’s content (except for the main asset folder src/assets), because these are not cleaned when you recompile!!!

After changing these filenames (and deleting the files with invalid names in the other (cached) folders (android,…)), the build worked again!!

转载地址:http://avtax.baihongyu.com/

你可能感兴趣的文章
关于传值的小问题
查看>>
Unity寻路的功能总结
查看>>
Python访问PostGIS(建表、空间索引、分区表)
查看>>
quick-cocos2d-x开发环境Lua for IntelliJ IDEA的安装
查看>>
Target-Action回调模式
查看>>
换个红圈1微信头像恶搞一下好友
查看>>
Socket网络编程--简单Web服务器(3)
查看>>
20个使用柔和的色调的优秀网站设计示例
查看>>
输入/输出流介绍
查看>>
产品经理应聘之感受漫谈
查看>>
第39周四
查看>>
ylbtech_dbs_article_五大主流数据库模型
查看>>
Java并发专题 带返回结果的批量任务运行 CompletionService ExecutorService.invokeAll
查看>>
10行Python代码解决约瑟夫环(模拟)
查看>>
一个简单好用的日志框架NLog
查看>>
超级硬盘数据恢复软件 4.6.5.0注冊码破解版
查看>>
一款基于jquery和css3实现的摩天轮式分享按钮
查看>>
Android创建启动画面
查看>>
Linux中date命令的各种实用方法--转载
查看>>
iOS: 为画板App增加 Undo/Redo(撤销/重做)操作
查看>>