GCX-HCI / tray

a SharedPreferences replacement for Android with multiprocess support
Apache License 2.0
2.29k stars 272 forks source link

Missing translation (build error) #34

Closed indywidualny closed 9 years ago

indywidualny commented 9 years ago

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.

indywidualny commented 9 years ago

Solved - http://stackoverflow.com/a/31352543/4388718