We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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^^
The text was updated successfully, but these errors were encountered:
Hi @JhonnyJason
Thanks for reporting. I'm currently re-organising the scripts in issue #499 so I'll probably make the changes there.
Sorry, something went wrong.
timkim
No branches or pull requests
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^^
The text was updated successfully, but these errors were encountered: