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:
- Target of application is 2.1.
- I imported com.android.email package to the project.
- was added to manifest.
- The appliction was istalled as a system application programm.