Leo
Leo

Reputation: 4438

How do i reinstall an Android app that is on Internal Test Track?

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

Answers (1)

Nick Fortescue
Nick Fortescue

Reputation: 13832

It sounds like you haven't installed it.

  • are you sure you are looking at the right package
  • are you sure you are logged in as the same user who originally installed it in the Play store?

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

Related Questions