vfox icon indicating copy to clipboard operation
vfox copied to clipboard

[Feature]: Support android SDK

Open liquidiert opened this issue 1 year ago • 4 comments

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 avatar May 14 '24 08:05 liquidiert

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

liquidiert avatar May 15 '24 11:05 liquidiert

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?

liquidiert avatar May 16 '24 19:05 liquidiert

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

Chance-fyi avatar May 17 '24 02:05 Chance-fyi