An Android Studio Project that can be used as a template to run standalone Java directly in Android Studio. Not explicitly for FIRST Tech Challenge use.
Coding can be done in the 'java' Module. Main class already included.
Click the Green 'Clone or Download' but and select 'Download Zip'
Unzip the file to a desired location
Open Android Studio and click File | Open then navigate to the location that your Zip was unzipped to. The correct folder should be signified by a green Android Logo:
Switch to the 'Standalone Java' configuration on the topbar of Android Studio and click the green 'Run' arrow
Fork this Repo
Clone the forked repo to a desired location
Open Android Studio and click File | Open then navigate to the location that your repo was cloned to. The correct folder should be signified by a green Android Logo:
Switch to the 'Standalone Java' configuration on the topbar of Android Studio and click the green 'Run' arrow
Here's a link to the steps to create this repo from scratch if you'd like to do it your own way, customize it, etc. etc.