I’m developing an Android app and in Eclipse, java.text.Normalizer can’t be imported. It’s like Eclipse can’t find it. I saw another SO question asking about Normalizer alternatives to Android apps that are < version 2.3. Is the class limited only to certain Android SDK versions?
I’m developing an Android app and in Eclipse, java.text.Normalizer can’t be imported. It’s like
Share
Yes – they only added it in 2.3, see the top right corner of the developer docs page on Normalizer where it says “Since: API Level 9.”