From 0dc01130153c21f633a59e38df1ec0035c601855 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 13 Sep 2015 22:59:12 +0200 Subject: [PATCH] add image support, doc ant build tool --- README.rst | 4 +++- assets/game/.keep | 0 build.xml | 2 +- cleanup.sh | 7 +++---- prepare-game.sh | 17 +++++++++++++++-- 5 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 assets/game/.keep 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. --> - +