Simon Schwichtenberg created CB-9869:
----------------------------------------

             Summary: AAPT Ignore Assets with Gradle
                 Key: CB-9869
                 URL: https://issues.apache.org/jira/browse/CB-9869
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 5.0.1
         Environment: Windows 8.1 
Android 5.0.1 (API 22)
            Reporter: Simon Schwichtenberg


Hello,

it appears that folders, whose names start with an underscore are not copied to 
the target Android device. I am using the Dojo Mobile framework that 
excessively makes use of such folders, e.g. dojo/_base/config.js. When I 
connect with the chrome remote debugging tools to the target device, I get 404 
errors for the files in _base. When I was using Apache Ant, I was able to 
modify the aapt.ignore.assets key in a custom_rules.xml:

<property name="aapt.ignore.assets" 
value="!.svn:!.git:.*:!CVS:!thumbs.db:!picasa.ini:!*.scc:*~" />

How can I do that with gradle? I am thankful for any hints!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to