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!
I am using StringUtils class in Android code. but exception generated i.e. class not
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
My problem solved with following code, We need not use StringUtils jar to add our project.
I create my own class i.e “RanjitString” replace with StringUtils.
And directly access the static method substringBetween:
This code is working for me…