Quote:
Originally Posted by Short Stuff
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)