Hello, I'm trying to run the SDK Manager on a Windows 7 box and I'm not having a lot of luck with it. Launching the application via the .exe results in a windows that appears and then disappears almost instantly. When I try to run it from the command line (<SDK>\tools \android.bat) I get the following stack trace:
C:\android-sdk_r12-windows\android-sdk-windows\tools>android.bat java.lang.NullPointerException at com.android.sdkuilib.internal.repository.AvdManagerPage.createContents(AvdManagerPage.java: 58) at com.android.sdkuilib.internal.repository.AvdManagerPage.<init>(AvdManagerPage.java: 47) at com.android.sdkuilib.internal.repository.SdkUpdaterWindowImpl1.createPages(SdkUpdaterWindowImpl1.java: 243) at com.android.sdkuilib.internal.repository.SdkUpdaterWindowImpl1.postCreateContent(SdkUpdaterWindowImpl1.java: 303) at com.android.sdkuilib.internal.repository.SdkUpdaterWindowImpl1.open(SdkUpdaterWindowImpl1.java: 117) at com.android.sdkuilib.repository.SdkUpdaterWindow.open(SdkUpdaterWindow.java: 153) at com.android.sdkmanager.Main.showSdkManagerWindow(Main.java: 335) at com.android.sdkmanager.Main.doAction(Main.java:307) at com.android.sdkmanager.Main.run(Main.java:108) at com.android.sdkmanager.Main.main(Main.java:97) I've attempted to use both the .zip and the .exe versions, installed to various paths, with the same results. Running the .exe as administrator doesn't seem to have any effect. My JDK version is 1.6.0_26 and I've tried both with and without JAVA_HOME set. This is the first time I've attempted to install the SDK on this machine, for what it's worth. Any ideas or suggestions would be appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en