How to fix “process is bad” error for an Android Widget?

前端 未结 14 919
太阳男子
太阳男子 2020-12-02 07:44

I have developed an Android Widget, and it was working fine. I added some extra functionality and pushed an update through the Android Market. Now people are complaining tha

14条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 08:24

    I just experienced this myself right before packaging for the market place. I was following the guidelines and added the android:label="@string/app_name" attribute to the application element in my manifest...

    1. Uninstall your app
    2. Reboot phone/emulator
    3. Push new app without this attribute

    Viola! Works for me now!

    EDIT: To match comments.

提交回复
热议问题