This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
setup_android_manual [2015/12/06 20:10 (3 years ago)] 127.0.0.1 external edit |
setup_android_manual [2017/05/30 04:50 (21 months ago)] (current) |
||
---|---|---|---|
Line 48: | Line 48: | ||
| | ||
==== 3. Add required sources and assets to the project ==== | ==== 3. Add required sources and assets to the project ==== | ||
- | * Download the latest compiled version of Orx [[http://sourceforge.net/projects/orx/files/orx/|here]]. Look for the "full-android" package, and unzip it wherever you like to keep your code libraries. | + | * Download the latest compiled version of Orx [[https://github.com/orx/orx/releases|here]]. Look for the "full-android" package, and unzip it wherever you like to keep your code libraries. |
* The //AnTapAndCount// project we're creating must have a reference to orxJava.jar, the Java wrapper around Orx functions. There are two ways to go about this: | * The //AnTapAndCount// project we're creating must have a reference to orxJava.jar, the Java wrapper around Orx functions. There are two ways to go about this: | ||
* Add an external reference to the project. Go to Project -> Properties, and in the window that pops up go to the Java Build Path section and choose the Libraries tab. Click on "Add External JARs...", and browse to the .jar file, which should be /path/to/orx/code/build/android/orxJavaLib/orxJava.jar | * Add an external reference to the project. Go to Project -> Properties, and in the window that pops up go to the Java Build Path section and choose the Libraries tab. Click on "Add External JARs...", and browse to the .jar file, which should be /path/to/orx/code/build/android/orxJavaLib/orxJava.jar |