From 69148e1a776ca6798adca4eaa0b8c6e99d5eed80 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 15 May 2012 16:54:33 +0200 Subject: [PATCH] Updated README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 852835308..56c34a0a2 100644 --- a/README +++ b/README @@ -17,6 +17,8 @@ To create an apk with a different package name, you need to use the ant script: 2) change inside the build.xml file the value of the property "linphone.package.name" 3) run the ant script $ ant debug +4) to install the newly created apk, run the following command + $ ant installd Some options can be passed to ndk-build, like "ndk-build SOME_OPTION=SOME_VALUE"