When I create the apk (unsigned) apk file, my res / values ββ/ folder disappears when I view the apk file using the unpack program. However, the res / drawables and res / layout folders appear. Is there a way to ensure that the apk file contains res / values ββ/ folder?
The main use case that I have is updating various values ββin the resource file located in res / values, depending on the needs of the client.
Thanks in advance!
android apk
sahhhm
source share