[
https://issues.apache.org/jira/browse/CB-9869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999013#comment-14999013
]
Joe Bowser commented on CB-9869:
--------------------------------
https://code.google.com/p/android/issues/detail?id=5343
You should upgrade your Android tools and see if this problem still exists.
This is an Android Gradle issue that we can't do much about. Other strategies
with avoiding this using gradle can be found on Stack Overflow:
http://stackoverflow.com/questions/9206117/how-to-workaround-autoomitting-fiiles-folders-starting-with-underscore-in
> 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: [email protected]
For additional commands, e-mail: [email protected]