From f242a2b06f6ced1978dab69e780e7099bfd51d11 Mon Sep 17 00:00:00 2001 From: m1ga Date: Thu, 25 Jul 2024 13:52:25 +0200 Subject: [PATCH] update debug symbol part --- docs/guide/Titanium_SDK/Titanium_SDK_FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guide/Titanium_SDK/Titanium_SDK_FAQ.md b/docs/guide/Titanium_SDK/Titanium_SDK_FAQ.md index 84d98c9a55..936cdff2eb 100644 --- a/docs/guide/Titanium_SDK/Titanium_SDK_FAQ.md +++ b/docs/guide/Titanium_SDK/Titanium_SDK_FAQ.md @@ -157,6 +157,9 @@ android { } } ``` +Create a ZIP file containing all the folders (arm64-v8a, armeabi-v7a, x86, x86_64) in: +`build/android/app/build/intermediates/merged_native_libs/release/out/lib/` +and upload that ZIP to the play store. Make sure to remove all .DS_Store, __MACOSX files/folders (https://apple.stackexchange.com/a/239587). ## Android: NDK error "non-system libraries in linker flags"