Hi,
I am trying to build for android and when uploading .abb file on google play console it’s giving a warning to upload debug symbols, so how do I generate debug symbols to upload on google play console, thanks.
Hi,
I just wanted to ask the same question. So far I did not found any solution for this or I missed something.
Have you found a solution already?
Did you check for the “Debug symbol” downloaded in the unreal engine?
In case you guys forgot to download.
Iam not sure that helps or is the same.
Downloaded the editor debug symbols. Checked: “include debug files in packed project”
No change. The debug symbols are necessary to be able to read the stacktraces in the android developer console and the crashlytics tools, like firebase.
They can be uploaded in the google play dev console as a zip file or be included in the packaged abb.
There is A no option to create these debug symbols or B I missed something totally easy to do, since there are not many help requests on this topic.
No solution yet ? Any remark from unreal dev will be very helpfull.
I’ve managed to upload the native debug symbols. But I’am not sure yet if it works since I have to check the stack traces later.
According to Developer Android native-crash-support the debug symbols are created by gradle.
After a search in the project folder I found this folder:
\Unreal Projects\[project Name]\Intermediate\Android\gradle\app\build\intermediates\stripped_native_libs\release\out\lib
In there are the mentioned folders from the android developer documentary.
I packaged these 4 folders into a zip and uploaded this zip to google play console. The console accepted the upload.
So this seems to be the solution. You might have to activate “include debug files” in project settings. But I’am not sure.
FWIW I successfully uploaded the debug symbols alongside with a build without the “Include Debug Files” option checked
How did you do it ? Can you share please?