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\"
For Updated Android Studio 2.3 or upcoming...
Build > Generate Signed apk.Keystore path.Password, alias, key password.Build type select accordingly(eg to release in playstore use release).Signature Version select both V1 and V2 checkboxes.Finsih.gradle building.gradle build Android Studio will show you a notification to open the apk location explorer.explorer where you selected for the apk to store and you will see your .apk file name as app-release.apk use it.Hope this will solve your issue.