(Prototype) Android Studio plugin for Virtual Robot Simulator
Followed https://medium.com/kuos-funhouse/creating-a-plugin-for-android-studio-a-complete-walkthrough-47a154aacb7a in order to create/run/get dev build of plugin.
Used Android Studio version
Android Studio Meerkat Feature Drop | 2024.3.2
Build #AI-243.25659.59.2432.13423653
(if you want to see yours, then the medium article explains how to.)
There are no guarentees that the plugin will run if you use a different version.
https://github.com/Virtual-FTC/VRS-Android-Studio-Plugin/tree/main/src/main/resources/TestJavaFiles contains the main and basic linear op mode files that were used for testing.
https://github.com/Virtual-FTC/VRS-Android-Studio-Plugin/tree/main/src/main/resources/VRSJavaFiles contains the .java files that were used to create the vrs_library.jar in https://github.com/Virtual-FTC/VRS-Android-Studio-Plugin/tree/main/src/main/resources/VRSLibrary. The .java files are all stubs and will need to be changed.