[android-developers] Re: How to solve the error: This attribute must be localized

2011-11-21 Thread Jan Petendi
I stumbled upon your post as I had to quickly build a UI prototype and didn't want to externalize 80+ non localized strings. Adding: LOCAL_MODULE_TAGS := tests to the Android.mk file omits the localization check. -- You received this message because you are subscribed to the Google Groups "

[android-developers] Re: How to solve the error: This attribute must be localized

2009-10-01 Thread Chih-Wei
Anybody could give me a hint? Why "this attribute must be localized" must be an error? Can't it just be a warning? On 10月1日, 上午9時55分, Chih-Wei wrote: > Hi, > I'm trying to compile an app via Android 1.6, > and got errors shown below. > It said some strings in TextView and Button are not localize