Specified AAPT2 executable does not exist错误的处理
时间:2020-04-25 16:45:18|栏目:|点击: 次
在做cordova项目编译的时候,出现了报错Specified AAPT2 executable does not exist之类的信息,根据日志信息查了下,原来是文件丢失造成的。
Execution failed for task ':app:mergeDebugResources'.> Specified AAPT2 executable does not exist: C:\Users\Administrator\.gradle\caches\transforms-1\files-1.1\aapt2-3.3.0-5013011-windows.jar\6fcee6d98fb9eb0b40a2d7e79a98b7bc\aapt2-3.3.0-5013011-windows\aapt2.exe
把对应目录下的aapt2-3.3.0-5013011-windows\aapt2.exe文件拷贝过去,再次编译,OK!
上一篇:配置php_opcache扩展使php7运行更加快速
栏 目:
本文标题:Specified AAPT2 executable does not exist错误的处理
本文地址:http://www.codeinn.net/misctech/2247.html