I have the following import in my android class Clock –
import android.pim.DateUtils;
But the compiler is giving me the error –
The import android.pim cannot be resolved.
I am using the Android 2.1-update1 jar.
Please help.
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.
There is no
android.pimpackage in the Android SDK.There is an
android.text.format.DateUtilsclass, however.