StringUtils class not working in Android

Ranjit Chandel picture Ranjit Chandel · Sep 13, 2012 · Viewed 16k times · Source

I am using StringUtils class in Android code. but exception generated i.e. class not found. But already i used jar file for that class. Please help me!

Answer

Miguel Rivero picture Miguel Rivero · Mar 12, 2013

Try not to use external libraries. Look always for an Android alternative.

For this specific case, you could use: android.text.TextUtils