|
Re: Team 111's scouting system: WildRank
For compiling the Android app, you'll need to download and install Android Studio. Once you've done that, use your Git method of choice (IDE integrated, the Github app, command-line git, etc.) to clone the project on your machine. Then just open the project in Android Studio and run it; once it's compiled it will prompt you to install it on your device. Make sure your device is connected via USB and that you've enabled developer options and debugging over USB. You should be all set on the tablet end.
For the desktop app, we used Eclipse, though you could compile the code in your Java IDE of choice. Just run the project as a Java application and you're good to go.
I think the Github Readmes do a pretty good job of explaining how to configure both components, but if you need more help, please ask.
Hope that helps!
|