zoukankan      html  css  js  c++  java
  • Androoid studio 2.3 AAPT err(Facade for 596378712): \?C:Users中文文件夹.androiduild-cache

    错误如下:

    Error:Some file crunching failed, see logs for details
    Error:Execution failed for task ':app:mergeDebugResources'.
    > Error: Some file crunching failed, see logs for details
    
    AAPT err(Facade for 596378712): \?C:Users中文文件夹.androiduild-cache2fe51ff37440fab8f5f875609a799aebf31c9e02output
    esdrawable-xxxhdpi-v4abc_ic_menu_share_mtrl_alpha.png ERROR: Unable to open PNG file
    AAPT err(Facade for 596378712): \?C:Users中文文件夹.androiduild-cache2fe51ff37440fab8f5f875609a799aebf31c9e02output
    esdrawable-xxxhdpi-v4abc_tab_indicator_mtrl_alpha.9.png ERROR: Unable to open PNG file
    

     解决方法

    Folder name of your account(reverse R?) is not ascii folder name, so build-cache cannot recognize your folder.

    1. Change folder name : it's impossible in windows 10.
    2. not use build cache: Leos Literak's answer. not good solution.
    3. Best solution: change build-cache path. refer to https://developer.android.com/studio/build/build-cache.html

    For Ex:

    in gradle.properties
    android.buildCacheDir=D:/android-studio/build-cache

    参考:http://stackoverflow.com/questions/42580645/errorsome-file-crunching-failed-see-logs-for-details-afer-update-gradle
  • 相关阅读:
    Druid.io系列(三): Druid集群节点
    Druid.io系列(二):基本概念与架构
    Druid.io系列(一):简介
    am335x backlight
    imx6 fec分析
    imx6 ar8031 千兆网卡不能用
    imx6 spi分析
    imx6 i2c分析
    imx6 uart分析
    imx6 gpio分析
  • 原文地址:https://www.cnblogs.com/linlf03/p/6830054.html
Copyright © 2011-2022 走看看