From 95ac83711a695a9a6fd2f045ea19f1012ee71580 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 29 Jul 2014 14:07:32 +0200 Subject: [PATCH] Updated README --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index b0804674b..ddf510a2f 100644 --- a/README +++ b/README @@ -18,6 +18,11 @@ To build liblinphone for Android, you must: $ make linphone-sdk 6) (Optional) To generate a libmediastreamer2 SDK zip containing a full jar and native libraries, run $ make mediastreamer2-sdk +7) (Optional) To generate a signed apk to publish on the Google Play, run + $ make release +It will ask you for the version number that will be displayed in the about page of the app. +Make sure you filled the ant.properties values for key.store and key.alias in order to correctly +sign the generated apk (it will ask you the password during the process) To run the tutorials: 1) open the res/values/non_localizable_custom.xml file and change the value of the show_tutorials_instead_of_app to true.