Hello, I'm currently having a problem with the Android Market.
I have started the download of the application LauncherPro Beta. And for an unknown reason the download is blocked. In the download panel, the application is labeled as "Downloading..." and in the application page, the progress bar is shown but without information either on the progress bar or under it. If I want to cancel the download, the application crashes. I used Logcat to see the error and here is the log : 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): FATAL EXCEPTION: main 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): java.lang.NullPointerException 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at com.android.vending.AssetDownloader.cancelDownload(AssetDownloader.java: 197) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at com.android.vending.controller.AssetInfoActivityController.handleCancelDownload(AssetInfoActivityController.java: 438) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at com.android.vending.controller.AssetInfoActivityController.handleRequest(AssetInfoActivityController.java: 148) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at com.android.vending.AssetInfoActivity.onClick(AssetInfoActivity.java: 325) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at android.view.View.performClick(View.java:2408) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at android.view.View$PerformClick.run(View.java:8816) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at android.os.Handler.handleCallback(Handler.java:587) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at android.os.Handler.dispatchMessage(Handler.java:92) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at android.os.Looper.loop(Looper.java:123) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at android.app.ActivityThread.main(ActivityThread.java:4627) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at java.lang.reflect.Method.invokeNative(Native Method) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at java.lang.reflect.Method.invoke(Method.java:521) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at com.android.internal.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:868) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) 07-12 11:59:40.477: ERROR/AndroidRuntime(3129): at dalvik.system.NativeStart.main(Native Method) Is there another way to cancel this false download ? (maybe via adb shell ?) -- 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

