Reputation: 4438
I developing a small Android app which I installed on my phone. Then I removed it. Now I want to reinstall it to check one thing I forgot.
When I use the Internel Test Track link to Google Play it says that the app is already installed.
What can I do?
Upvotes: 0
Views: 206
Reputation: 13832
It sounds like you haven't installed it.
You can check the apps installed on your phone from the command line using adb.
Try listing them all using adb to double check the package name for your app definitely isn't there.
Upvotes: 1