From 1ce3baa2a758a7c712e0fb9eeeefd8ac9e1da518 Mon Sep 17 00:00:00 2001 From: pelya Date: Wed, 20 Oct 2010 17:08:07 +0300 Subject: [PATCH] Updated readme --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 1d7f9e73e..db2d619c9 100644 --- a/readme.txt +++ b/readme.txt @@ -77,7 +77,7 @@ To compile your own app, put your app sources into project/jni/application dir, to point to your app, then launch script ChangeAppSettings.sh - it will ask few questions and modify some Java code. You may take AndroidAppSettings.cfg file from some other application to get some sane defaults. The C++ files shall have .cpp extension to be compiled, rename them if necessary. -Also you can replace icon image at project/res/drawable/icon.png. +Also you can replace icon image at project/res/drawable/icon.png and image project/res/drawable/publisherlogo.png. Then you can launch build.sh. The NDK has RTTI and exceptions disabled for C++ code, if you need them you may download modified NDK from