[
https://issues.apache.org/jira/browse/CB-12160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15676250#comment-15676250
]
Philipp Wolfer edited comment on CB-12160 at 11/18/16 9:15 AM:
---------------------------------------------------------------
Try running the following inside the cordova-test folder of the ZIP file I
provided:
bq. npm install --global [email protected]
bq. cordova platform add android
Result: platforms/android/res contains the specified icons.
Now with cordova 6.4
bq. npm install --global [email protected]
bq. cordova platform add android
Result: platforms/android/res contains the default icons. The specified icons
are available in res/mipmap-* folders, where they are not used later during
build.
was (Author: phw):
Try running the following inside the test cordova-test folder of this ZIP:
bq. npm install --global [email protected]
bq. cordova platform add android
Result: platforms/android/res contains the specified icons.
Now with cordova 6.4
bq. npm install --global [email protected]
bq. cordova platform add android
Result: platforms/android/res contains the default icons. The specified icons
are available in res/mipmap-* folders, where they are not used later during
build.
> Android icons not copied to platform folder
> -------------------------------------------
>
> Key: CB-12160
> URL: https://issues.apache.org/jira/browse/CB-12160
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Reporter: Philipp Wolfer
> Attachments: cordova-test.zip
>
>
> Using cordova 6.4 the Android icons specified in the config.xml are not
> copied over to platforms/android/res after "cordova platform add android" or
> "cordova prepare". Instead new folders res/mipmap-hdpi, res/mipmap-ldpi etc.
> are generated on the top level, where the specified icons are contained.
> Using cordova 6.3 this is working as expected. I can provide a test case to
> illustrate the issue.
> P.S.: Version 6.4 is not yet available on JIRA to select
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]