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!
Try not to use external libraries. Look always for an Android alternative.
For this specific case, you could use: android.text.TextUtils