<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.uqm.stack.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Johncinema</id>
	<title>Ultronomicon - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.uqm.stack.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Johncinema"/>
	<link rel="alternate" type="text/html" href="https://wiki.uqm.stack.nl/Special:Contributions/Johncinema"/>
	<updated>2026-04-22T17:22:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.uqm.stack.nl/index.php?title=Android_port&amp;diff=33991</id>
		<title>Android port</title>
		<link rel="alternate" type="text/html" href="https://wiki.uqm.stack.nl/index.php?title=Android_port&amp;diff=33991"/>
		<updated>2018-08-26T18:33:54Z</updated>

		<summary type="html">&lt;p&gt;Johncinema: &lt;/p&gt;
&lt;hr /&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&#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&#039;t like the data I&#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&#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&#039;ve made a better port then mine.&lt;br /&gt;
* If you don&#039;t want to spend $25 for nothing you can give me your .apk file, I&#039;ll publish it from my account if it will work on my phone.&lt;br /&gt;
* Also you can ask for review on technology blogs such as https://techshali.com/&lt;br /&gt;
&lt;br /&gt;
[[Category:About the Star Control series]]&lt;/div&gt;</summary>
		<author><name>Johncinema</name></author>
	</entry>
	<entry>
		<id>https://wiki.uqm.stack.nl/index.php?title=Android_port&amp;diff=33990</id>
		<title>Android port</title>
		<link rel="alternate" type="text/html" href="https://wiki.uqm.stack.nl/index.php?title=Android_port&amp;diff=33990"/>
		<updated>2018-08-26T18:01:08Z</updated>

		<summary type="html">&lt;p&gt;Johncinema: Added updated resource&lt;/p&gt;
&lt;hr /&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&#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&#039;t like the data I&#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&#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&#039;ve made a better port then mine.&lt;br /&gt;
* If you don&#039;t want to spend $25 for nothing you can give me your .apk file, I&#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 https://techshali.com/&lt;br /&gt;
&lt;br /&gt;
[[Category:About the Star Control series]]&lt;/div&gt;</summary>
		<author><name>Johncinema</name></author>
	</entry>
	<entry>
		<id>https://wiki.uqm.stack.nl/index.php?title=Android_port&amp;diff=33948</id>
		<title>Android port</title>
		<link rel="alternate" type="text/html" href="https://wiki.uqm.stack.nl/index.php?title=Android_port&amp;diff=33948"/>
		<updated>2018-07-19T16:41:27Z</updated>

		<summary type="html">&lt;p&gt;Johncinema: /* Publishing */&lt;/p&gt;
&lt;hr /&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&#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&#039;t like the data I&#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&#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&#039;ve made a better port then mine.&lt;br /&gt;
* If you don&#039;t want to spend $25 for nothing you can give me your .apk file, I&#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 https://techshali.com/category/mobile/&lt;br /&gt;
&lt;br /&gt;
[[Category:About the Star Control series]]&lt;/div&gt;</summary>
		<author><name>Johncinema</name></author>
	</entry>
	<entry>
		<id>https://wiki.uqm.stack.nl/index.php?title=Android_port&amp;diff=33243</id>
		<title>Android port</title>
		<link rel="alternate" type="text/html" href="https://wiki.uqm.stack.nl/index.php?title=Android_port&amp;diff=33243"/>
		<updated>2015-12-23T20:42:55Z</updated>

		<summary type="html">&lt;p&gt;Johncinema: /* Publishing */&lt;/p&gt;
&lt;hr /&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&#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&#039;t like the data I&#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&#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&#039;ve made a better port then mine.&lt;br /&gt;
* If you don&#039;t want to spend $25 for nothing you can give me your .apk file, I&#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>Johncinema</name></author>
	</entry>
</feed>