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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
There are some small linux dependencies in the Gruntfile.js files:
Gruntfile.js
src/Gruntfile.js
cp
runMetadataGenerator
I have a pull request incoming for this.
The text was updated successfully, but these errors were encountered:
@mhofman This has been merged into master. Thanks for the fix.
Sorry, something went wrong.
blagoev
Successfully merging a pull request may close this issue.
There are some small linux dependencies in the
Gruntfile.js
files:src/Gruntfile.js
, the task to copy the runtime jar to dist uses thecp
executable.Gruntfile.js
, therunMetadataGenerator
exec task is not invoked in a cross platform way. Currently the generator is also not cross platfrom itself, pending a fix for Bash dependency is not Windows friendly android-metadata-generator#7I have a pull request incoming for this.
The text was updated successfully, but these errors were encountered: