Search code examples
androidemailgmail-imap

backup android sms to gmail?


I'm trying to learn from google code and I got stuck in some problems.

  1. what is imapstore.jar? how to get it?
  2. 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


Solution

  • 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.