Updated README

This commit is contained in:
Sylvain Berfini 2024-08-22 15:36:19 +02:00
parent ff81a1c615
commit d8d424d446

View file

@ -97,6 +97,8 @@ LinphoneSdkBuildDir=/home/<username>/linphone-sdk/build/
## Known issues
- If you have the following build issue `AAPT: error: resource drawable/linphone_logo_tinted (aka org.linphone:drawable/linphone_logo_tinted) not found`, delete the `app/src/main/res/xml/contacts.xml` file (you can do it simply with `git clean -f` command) and start the build again.
- If you encounter the `couldn't find "libc++_shared.so"` crash when the app starts, simply clean the project in Android Studio (under Build menu) and build again.
Also check you have built the SDK for the right CPU architecture using the `-DLINPHONESDK_ANDROID_ARCHS=armv7,arm64,x86,x86_64` cmake parameter.