开发者

Uninstall Widget from emulator

I changed the name etc of the widget I'm developing, I'm having trouble uninstalling the开发者_开发问答 old one from the emulator. How does one uninstall widget on the emulator.


You can remove widgets by long-pressing on them, then a delete handle gets shown on the bottom of the screen. Drag the widget above it and release (a press is a mouseclick in the emulator, so long-hold the mousebutton).

Or you can uninstall the whole app that contains the widget. Then you get an "error displaying widget" message where the widget was placed, so you still have to use the above method to remove it completely. To do so either use Settings -> Applications -> Manage Applications from the emulator, or execute adb uninstall your.apps.packagename from the command line of your computer.


One long clicks the widget, and drags it to the trash can icon. Is there only a widget in your apk? Does it not show in Settings -> Applications -> Manage applications?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜