BuildStendhalForAndroid: Difference between revisions

Content deleted Content added
imported>AntumDeluge
add navigation menus
imported>AntumDeluge
note that building from IDE instructions not yet available
Line 12:
The [https://developer.android.com/studio/ Android Software Development Kit (SDK) libraries] are required. You will need to install these on your system. The minimum supported version is currently 21.
 
== GradleBuilding from IDE ==
 
=== Android Studio ===
 
''<span style="color:red;">instructions not yet available</span>''
 
=== Eclipse ===
 
''<span style="color:red;">instructions not yet available</span>''
 
=== Netbeans ===
 
''<span style="color:red;">instructions not yet available</span>''
 
== Building from Command Line ==
 
=== Gradle ===
 
The [https://gradle.org/ Gradle Build Tool] is used for building. The necessary tools are already included with the source code. Two scripts are provided for executing the build: <span style="color:green;">android/gradlew</span> for Unix/Linux systems, & <span style="color:green;">android/gradlew.bat</span> for Windows.
Line 41 ⟶ 57:
</pre>
 
=== Ant ===
 
As with other instructions on building from the command line, the Android client can also be built with an [https://ant.apache.org/ Apache Ant target]. The same rules apply to using the Gradle scripts directly.
Line 60 ⟶ 76:
 
[[Category:Development]]
[[Cateogry:Build]]
[[Category:Android]]