resValue "string", "tray__authority", "${applicationId}.tray"
causes missing translation error during exporting signed apk. How can I ignore this the elegant way?
There is no way to add translatable="false". I don't want to ignore all the missing translations either.
It's so strange because my second project doesn't have the problem at all.
resValue "string", "tray__authority", "${applicationId}.tray" causes missing translation error during exporting signed apk. How can I ignore this the elegant way?
There is no way to add translatable="false". I don't want to ignore all the missing translations either.
It's so strange because my second project doesn't have the problem at all.