fuse-open / fuse-sdk

Build beautiful, high-performance iOS and Android apps with a single codebase
https://fuseopen.com
MIT License
27 stars 6 forks source link

Bundling with android-build-tools #2

Closed ichan-mb closed 5 years ago

ichan-mb commented 5 years ago

Since fuse-sdk now is the easiest way for trying FuseOpen Framework for new and existing users, it would be nice if we also bundling it with android-build-tools so users (especially the new one) can get quickly up and running on their first Android app

mortend commented 5 years ago

That's a good idea!

The problem is that android-build-tools is a large download that takes a long time to install.

I think another option is to print a message to the user in Terminal after installing fuse-sdk, to inform about android-build-tools and show the command to install it. I think we can use install hooks in NPM to implement this.

ichan-mb commented 5 years ago

Yess.. I think that informing users to install android-build-tools is a better solution. And you are already done that 👍

I am closing this issue.. thanks

Sent with GitHawk