version-fox / vfox

A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more
https://vfox.lhan.me
Apache License 2.0
2.51k stars 84 forks source link

[Feature]: Support android SDK #272

Open liquidiert opened 1 month ago

liquidiert commented 1 month ago

It would be nice to have a Plugin for the android SDK. Often I just want to develop apps without downloading and using Android Studio. I think versionfox could simplify the installation process by a lot.

liquidiert commented 1 month ago

https://dev.to/mesaquen/android-sdk-command-line-tools-only-4g6e this could help :)

liquidiert commented 1 month ago

Hey @aooohan wanted to create the plugin, but I have some issues with the new layout. When I symlink the directory into ~/.version-fox/plugin vfox does not recognize the plugin. Do I have to do anything else?

Chance-fyi commented 1 month ago

You should symlink the directory into ~/.version-fox/plugin/android.

@aooohan We can add a command to generate the plugin template, which will streamline the plugin development process.

vfox template --path ~/android android