-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
27 lines (16 loc) · 1.1 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
You need these plugins on Eclipse in order to compile the projects properly:
http://www.gwtproject.org/
http://www.robovm.org/
Even after you install these plugins, you will get errors from robovm. Ignore them because we don't have any iOS devices to test on.
Simply make a new workspace, and then from the empty project directory:
Right Mouse Click > Import > Existing Projects > ../TheDevice
You should see 15 projects to import. That's right, import all of them.
To run on Desktop:
Right mouse click TheDevice-desktop > Run as... > Java Application
To run on Android:
Right mouse click TheDevice-android > Run as... > Android Application
To run on iOS:
Right mouse click TheDevice-robovm > Run as... > iOS Application (Actually I have no idea what it should say, but you get the idea what to do from the other two methods.)
Assets go to this address:
..\TheDevice\TheDevice-android\assets
Yes, that is the Android project, and not the main project. That is because ALL PROJECTS, including the main project, refer to the Android asset folder, to simplify assets so we don't have to copy them all over the place.