Ubuntu Android Studio运行不结束问题

今天在Ubuntu16 04 上搭建andorid的开发环境之后遇到一个奇怪的问题,在android studio 中点击运行之后gradle 一直在运行,其中报错

Exception in thread “png-cruncher_6” java.lang.RuntimeException: Timed out while waiting for slave aapt process, make sure the aapt execute at C:\Users\android\AppData\Local\Android\sdk\build-tools\23.0.2\aapt.exe can run successfully (some anti-virus may block it) or try setting environment variable

解决办法:

  1. 首先修改build-tools的版本,换成 24.0.2或者其他版本
  2. 在Ubuntu的环境变量中添加 SLAVE_AAPT_TIMEOUT=30