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

后端 未结 24 2221
北恋
北恋 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:13

    Likely you have a framework that has to install with your app, and that is what is actually erring. If you use xamarin, phone gap or any other development platform, make sure to go to installed apps and uninstall the framework.

    I have seen this very often with Xamarin

提交回复
热议问题