After the changes in the resources.arsc file (adding a new string or a new XML)
After compiling the Android application, the application encounters a force close error
the edited application loses its name and its icon after editing and compiling with the new resources.arsc file.
In the logs section, the error is as follows
java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: android.content.res.Resources$NotFoundException: String resource ID #0x7f0f001b
at android.app.ActivityThread.installProvider(ActivityThread.java:5858)
Orginal Apk
https://dl.dropboxusercontent.com/s/y72kyqk8alakz0u/app-release_original.apk?dl=0
Modified Apk
https://dl.dropboxusercontent.com/s/3fyhod67lgvfv1v/app-release-modified.apk?dl=0