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\"
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.