“You cannot install this app because another user has already installed an incompatible version on this device”

后端 未结 24 2226
北恋
北恋 2020-12-07 12:44

Trying to install my own app from play store, it says \"You cannot install this app because another user has already installed an incompatible version on this device\"

相关标签:
24条回答
  • 2020-12-07 13:15

    This is my solution for my Meizu pro 6.

    Settings -> Fingerprint and security -> Guest Mode -> Clear guest data

    0 讨论(0)
  • 2020-12-07 13:15

    If You Know Android Development

    Then you can simple uninstall this app by adb.

    adb uninstall packagename exa: adb uninstall com.sdcardprefer

    Here com.sdcardprefer is packagename.

    This adb command remove incompatible version of the app that install in your devices.

    0 讨论(0)
  • 2020-12-07 13:16

    On Samsung Galaxy TAB S2, Android 7.0, after clicking on setting -> Apps and then clicking on the app for which the error was displayed, I clicked on the 3 dots at the top right and there is an option there "uninstall of all users"

    0 讨论(0)
  • 2020-12-07 13:18

    Refer this , Actually your debug version of the app didnt get uninstalled properly

    1. Go to settings > apps > downloaded app list
    2. You can see the installed applications in the list (the application may not be in order. or may be towards the very end)
    3. Click on the application,go to the overflow menu option
    4. Click on uninstall for all users options
    0 讨论(0)
  • 2020-12-07 13:19

    Tried to check the above solutions but didn't help me.

    Finally I followed the below steps to over come on My device( Asus Zenfone 2)

    Settings> Users> 1. Owner 2. Guest

    Clicked on Guest> Playstore> Uninstall the application(Option came up once you search for that application)

    After un-installing went back to Owner(User) from Guest. Was able to install the application successfully.

    0 讨论(0)
  • 2020-12-07 13:21

    I have Fixed this issue on xiomi mobiles.

    The issue is because your app is already exist in parallel space or (Second Space).

    1. Go to your settings
    2. Find second space and press enter.
    3. Switch to second space mode.
    4. Once you enter. you can see your app there.
    5. Unistall your app and switch back to second space.
    6. Open playstore now you can download app easily.
    0 讨论(0)
提交回复
热议问题