From d8d424d446ea3e750d1bc28d44b7730280dfbcf6 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 22 Aug 2024 15:36:19 +0200 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a8e4b2921..8cf2f06e8 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ LinphoneSdkBuildDir=/home//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.