Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hook copy-android-push-icon can't find folder #500

Open
JhonnyJason opened this issue Aug 22, 2017 · 1 comment
Open

hook copy-android-push-icon can't find folder #500

JhonnyJason opened this issue Aug 22, 2017 · 1 comment
Assignees
Labels

Comments

@JhonnyJason
Copy link

For me the build failed before building on this hook, because:
The script looks for

var destPath = 'platforms/android/res/drawable-hdpi/pushicon.png';

whereas there are only
platforms/android/res/drawable-land-hdpi
or
platforms/android/res/drawable-port-hdpi

my Quickfix was to change the folder in the variable of the script to drawable-port-hdpi

that works, still this is some kind of issue^^

@JhonnyJason JhonnyJason changed the title hook copy-android-push-icon hook copy-android-push-icon can't find folder Aug 22, 2017
@timkim timkim self-assigned this Aug 23, 2017
@timkim timkim added the bug label Aug 23, 2017
@timkim
Copy link
Contributor

timkim commented Aug 23, 2017

Hi @JhonnyJason

Thanks for reporting. I'm currently re-organising the scripts in issue #499 so I'll probably make the changes there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants