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

App_name is overridden by realm-android-kotlin-extensions library #6536

Closed
nmrsmn opened this issue Jun 6, 2019 · 3 comments
Closed

App_name is overridden by realm-android-kotlin-extensions library #6536

nmrsmn opened this issue Jun 6, 2019 · 3 comments

Comments

@nmrsmn
Copy link

nmrsmn commented Jun 6, 2019

Goal

Installing the app with my chosen name from the strings.xml

Actual Results

The app name (app_name) is "kotlin-extensions"

Steps & Code to Reproduce

Setup a new project, using kotlin-dsl gradle, make it modulair and include Realm in the additional module (I have multiple modules, but only the cache module implements Realm). Run the app. App_name is now "kotlin_extensions".

Version of Realm and tooling

Realm version(s): 5.11.0
Realm Sync feature enabled: No
Android Studio version: 3.4.1
Android Build Tools version: 28
Gradle version: 5.1.1

Which Android version and device(s):

@nmrsmn
Copy link
Author

nmrsmn commented Jun 6, 2019

My (temporary) sollution is to add another string (app_title) and use that one in the manifest (and all other places where you reference the app_name)

@cmelchior
Copy link
Contributor

Yes, this is a bug on our side. We should not define the app_title

@cmelchior
Copy link
Contributor

Should be fixed by #6541

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 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