Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have such a problem. To get email accounts I want to use class Preferences from com.android.email package and IDE allow me to do this, but when I start my application I get exception NoClassFoundError: com.android.email.Preferences. I also want to add the following items:

  1. Target of application is 2.1.
  2. I imported com.android.email package to the project.
  3. was added to manifest.
  4. The appliction was istalled as a system application programm.
share|improve this question
make sure you're passing "com/android/email" into FindClass, not "com.android.email".. – Sen Jan 12 '11 at 13:38
but what is it "FindClass"? – Vang Jan 14 '11 at 8:47

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.