#
Android Studio Settings
Now we can open up Android Studio and do some configuration!
- Open Android Studio
- In the bottom left, press the settings icon and select "Settings"
- Go to Build, Execution, Deployment > Build Tools > Gradle
- Under "Gradle Projects", change the "Default Gradle JDK" to
C:/Program Files/Java/jdk-17
(on Windows) - Press "Apply" at the bottom of the settings window
- Before we close the Settings window, we need to install 2 additional plugins, go to the Plugins tab
- Search for "Rainbow Brackets" and install the plguin by "Zhihao Zhang", this will make development easier by highlighting brackets in code
- Search for "ADB Wi-FI" and install the plugin by "Yury Polek", this will allow you to wirelessly send code to your control hub without a USB cable
- Press "Apply", and then "OK"
Now we'll create a GitHub account and fork the quickstart repo.