From: Christian Weiske Date: Sun, 13 Sep 2015 20:59:12 +0000 (+0200) Subject: add image support, doc ant build tool X-Git-Url: https://git.cweiske.de/ouya-romlauncher.git/commitdiff_plain/0dc01130153c21f633a59e38df1ec0035c601855?ds=sidebyside add image support, doc ant build tool --- diff --git a/README.rst b/README.rst index c097af4..4b79856 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,8 @@ Run ``prepare-game.sh``:: Put a 732x412 image into res/drawable-xhdpi/ouya_icon.png Now adjust the launcher image ``ouya_icon.png`` and build/run it -with the Android Developer Tools Eclipse IDE. +with the Android Developer Tools Eclipse IDE, or via command line:: + + $ ant release The generated ``.apkg`` file will be located in the ``bin/`` folder. diff --git a/assets/game/.keep b/assets/game/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/build.xml b/build.xml index 93a7cf9..ffafbd5 100644 --- a/build.xml +++ b/build.xml @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. --> - +