I had no major porting issues, and all I see is a NullPointerException. I would bet that when you updated your code you made a typo or error in:
com.androidzack.hello.HelloAndroidZack <clinit> On Aug 22, 7:27 pm, Zack <[EMAIL PROTECTED]> wrote: > Hello and thanks for helping. > > My android apps ran using m5 SDK but now I can't get them to run on > 0.9SDK. > I made the needed changes and the app builds and loads onto the > emulator.(Console message says success). > (I'm using GPS and Http in this app.- Don't know if thats relevant. ) > > I toggle the earliest possible breakpoint in the debugger but the > error occurs before that. > > Log Cat: > 08-22 23:44:59.530: WARN/dalvikvm(400): Exception Ljava/lang/ > NullPointerException; thrown during Lcom/androidzack/hello/ > HelloAndroidZack;.<clinit> > ---------------------------------------------------------------------------------------------------- > On the Debug Tab: > Instrumentation.newActivity(ClassLoader, String, Intent) line: 1095 > ...(other stuff)... > ----------------------------------------------------------------------------------------------------- > in the instrumentation.class file that appears the first line is: > > // Field descriptor #273 Ljava/lang/String; > public static final java.lang.String REPORT_KEY_IDENTIFIER = "id"; > ... > ------------------------------------------------------------------------------------------------------ > > Running on Windows Vista and using eclipse. > Is the new Activity class different? > How do I find the problem? Any help appreciated. > > Thanks again... --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

