Updated README instructions for changing package name

This commit is contained in:
Sylvain Berfini 2014-04-04 16:01:12 +02:00
parent b977f08c63
commit 0036b978c7

4
README
View file

@ -26,7 +26,9 @@ To run the tutorials:
To create an apk with a different package name, you need to edit the custom_rules.xml file:
1) look for the property named "linphone.package.name" and change it value accordingly
2) run again the Makefile script by calling "make"
2) also update the values in the AndroidManifest file where the comment <!-- Change package ! --> appears
3) update the path to the sounds in the linphonerc-factory files in the res folders
4) run again the Makefile script by calling "make"
TROUBLESHOOTING