Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradl Task :androidApp:stripDebugDebugSymbols #1609

Closed
Morons opened this issue Dec 18, 2023 · 1 comment
Closed

Gradl Task :androidApp:stripDebugDebugSymbols #1609

Morons opened this issue Dec 18, 2023 · 1 comment

Comments

@Morons
Copy link

Morons commented Dec 18, 2023

How frequently does the bug occur?

Always

Description

Getting this from Android Project Build

`Task :androidApp:stripDebugDebugSymbols`
Unable to strip the following libraries, packaging them as they are: librealmc.so.### Stacktrace & log output
> Task :androidApp:stripDebugDebugSymbols
Unable to strip the following libraries, packaging them as they are: librealmc.so.

Can you reproduce the bug?

Always

Reproduction Steps

io.realm.kotlin:library-base v 1.13.0

Version

compileSdk = 34

What Atlas App Services are you using?

Local Database only

Are you using encryption?

No

Platform OS and version(s)

Windows 11.0

Build environment

Android Studio Hedgehog | 2023.1.1
Build #AI-231.9392.1.2311.11076708, built on November 9, 2023
Java Runtime version: 17.0.7+0-b2043.56-10550314 amd64

implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")
implementation("com.android.tools.build:gradle:8.2.0")

gradle-8.2-all.zip

@cmelchior
Copy link
Contributor

This is not a bug, it is intentional that we strip the libraries before shipping them to keep the size down. It is correct that the Android Gradle Plugin will report this in the logs, but it should be harmless and can be ignored.

@sync-by-unito sync-by-unito bot closed this as completed Dec 19, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants