Hi , I am trying to port 1.6 gmail app to android 2.0 on the emulator.
I was able to install but when i execute the app i get no classdef found error 1) E/AndroidRuntime( 494): Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime( 494): java.lang.NoClassDefFoundError: com.google.android.providers.gmail.MailProvider$1 E/AndroidRuntime( 494): at com.google.android.providers.gmail.MailProvider.onCreate(MailProvider.java:221) E/AndroidRuntime( 494): at android.content.ContentProvider.attachInfo(ContentProvider.java:710) E/AndroidRuntime( 494): at android.app.ActivityThread.installProvider(ActivityThread.java:4267) E/AndroidRuntime( 494): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4042) E/AndroidRuntime( 494): at android.app.ActivityThread.handleBindApplicat How to resolve the class def error i can fidn the relevant jar files unde /system/framwork is there an environment variabel that can be set in the emulator prob thats missing a link 2)Is there a gmail app apk thats available for android 2.0 if so how do i find the apk file to install 3) how do i get the market app to the emulator -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

