I’m trying to learn from google code and I got stuck in some problems.
- what is imapstore.jar? how to get it?
- all “import com.android.email.mail.*” is cannot resolved, how to fix it?
I already search it but still cannot find the answer, I hope I cane get some helps here.
can someone help me? please
imapstore.jar is an external library that I presume you want to use. The import statement should resolve itself when you add that library to your build path. You can obtain the library from http://android-sms.googlecode.com/svn/trunk/android-client/external/imapstore.jar.