I have spent all morning looking through SO for similar posts, and tried everything suggested and yet I can't find a solution to the problem.
I have added my app bundle to Google Play and have set up an internal testing release. So far so good. Google Play have given me a URL to download the app, but when I try I get a pop up on Google Play showing 'You cannot install this app because another user has already installed an incompatible version on this device'
I uninstalled the debug device I was using from Android Studio on my mobile device (Huawei) using Settings-> Apps -> Uninstall App
Here are the things I have tried:
- I have gone back in to my device in to Settings -> Apps and can not see my app listed (and doesn't appear on a search)
- I only have one user on my device. I don't seem to have a Guest account that it could be installed on;
- I set up ADB and using 'adb shell pm list packages' from CMD I can see the list of many of the app packages on my device, but this one isn't there!
- I have restarted my device after the uninstall;
- Went in to 'data/' on my mobile device, and again can not see anything related to this app;
If I can't see the app on my device, and I can't find the package still on the device using adb - how can I find and delete whatever data Google Play can still see, so I can finally test out my app!?