<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.starcontrol.com/index.php?action=history&amp;feed=atom&amp;title=Android_port</id>
	<title>Android port - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.starcontrol.com/index.php?action=history&amp;feed=atom&amp;title=Android_port"/>
	<link rel="alternate" type="text/html" href="https://wiki.starcontrol.com/index.php?title=Android_port&amp;action=history"/>
	<updated>2026-07-22T02:21:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.starcontrol.com/index.php?title=Android_port&amp;diff=491&amp;oldid=prev</id>
		<title>Rbrink: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.starcontrol.com/index.php?title=Android_port&amp;diff=491&amp;oldid=prev"/>
		<updated>2016-12-09T20:25:11Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Project page: http://www.anddev.org/code-snippets-for-android-f33/sdl-port-for-android-sdk-ndk-1-6-t9218.html&lt;br /&gt;
&lt;br /&gt;
Project GIT tree: http://github.com/pelya/commandergenius&lt;br /&gt;
(extensive readme provided there, here are short instructions on compilation and publishing)&lt;br /&gt;
&lt;br /&gt;
== Compiling ==&lt;br /&gt;
* Clone GIT tree (or download the snapshot using Github web interface)&lt;br /&gt;
* Install the Android SDK and NDK as described in readme file in GIT.&lt;br /&gt;
* Point &amp;lt;GIT&amp;gt;/project/jni/application/src symlink to the &amp;quot;sc2&amp;quot; directory.&lt;br /&gt;
* From the root of GIT tree run script ChangeAppSettings.sh, it will ask many questions, just hit Enter.&lt;br /&gt;
* Run command &amp;quot;android update project -p .&amp;quot; from the &amp;lt;GIT&amp;gt;/project dir (the &amp;quot;android&amp;quot; utility comes with SDK)&lt;br /&gt;
* Run &amp;quot;ndk-build&amp;quot; from the &amp;lt;GIT&amp;gt;/project dir,i  (the &amp;quot;ndk-build&amp;quot; utility comes with NDK) - it should compile several .so files in project/libs/armeabi&lt;br /&gt;
* Run &amp;quot;ant debug&amp;quot; from the &amp;lt;GIT&amp;gt;/project dir - it will create .apk file in  &amp;lt;GIT&amp;gt;/project/bin dir which you can install on the device using &amp;quot;adb install&amp;quot; command (the &amp;quot;adb&amp;quot; utility comes with SDK)&lt;br /&gt;
* After you&amp;#039;ve tested it and satisfied with result, run &amp;quot;ant release&amp;quot;, then sign your .apk file with your key (tutorial here: http://developer.android.com/guide/publishing/app-signing.html)&lt;br /&gt;
== Publishing ==&lt;br /&gt;
* The application data is not included in .apk file - it is downloaded from internet on first run and unzipped to application dir, if you don&amp;#039;t like the data I&amp;#039;ve packaged at my Google Sites page put your own version to some public server and re-run ChangeAppSettings.sh to change download URL (then repeat all the steps above)&lt;br /&gt;
* From now on you&amp;#039;ll need to register an Android Developer account, that costs $25: http://market.android.com/publish Alternatively you can release your app on some 3rd-party Android market, like http://slideme.org/&lt;br /&gt;
* Upload your .apk file. upload screenshots and description, click &amp;quot;Publish&amp;quot; and enjoy comments of stupid users complaining just about everything. Also you may boast on anddev.org that you&amp;#039;ve made a better port then mine.&lt;br /&gt;
* If you don&amp;#039;t want to spend $25 for nothing you can give me your .apk file, I&amp;#039;ll publish it from my account if it will work on my phone.&lt;br /&gt;
* Also you can ask for review on Android blogs such as http://androidcure.com/&lt;br /&gt;
&lt;br /&gt;
[[Category:About the Star Control series]]&lt;/div&gt;</summary>
		<author><name>Rbrink</name></author>
	</entry>
</feed>