Updated README instructions for changing package name
This commit is contained in:
parent
a366472ce8
commit
9257417ed6
1 changed files with 3 additions and 1 deletions
4
README
4
README
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue