View Single Post
  #32   Spotlight this post!  
Unread 13-01-2015, 17:31
Skyehawk's Avatar
Skyehawk Skyehawk is offline
Nuts N' Bolts
AKA: Skye Leake
FRC #0876 (Thunder Robotics)
Team Role: Mentor
 
Join Date: Nov 2012
Rookie Year: 2011
Location: Northwood, ND
Posts: 271
Skyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to all
Re: Team 111's scouting system: WildRank

Quote:
Originally Posted by Short Stuff View Post
So which file in the desktop application do you open in order to run the desktop app and set it up? I don't do much with the programming but am trying to do this for my team.
Assuming you are running andriod studio:
To open project File>import project>"project_folder">build.gradle
To change USB root: Andriod.Java.org.Wildstang.WildRank.Andriod.utils. MatchUtils

To get a tablet to connect to android studio: THIS LINK

To deploy code onto device (have USB drive set up first): connect tablet, make sure it is recognized under the andriod device manager, run project (toolbar, green play button), select connected device and your tablet, profit.

NOTE: in its base form it will not look like much, you will need to edit some XML files to be game spicific. You will also need a game.wild file (example one I made for this years game located HERE)

Hope I helped (and information I gave was correct)