Bryce
Bryce

Reputation: 367

ionic cordova run android --device successful but app not showing on phone

The command was working, then I uninstalled the app on my phone and ran the command again. It says it's successful, but the app doesn't re-appear in the app drawer.

Upvotes: 2

Views: 1436

Answers (1)

Bryce
Bryce

Reputation: 367

With your device connected, run adb uninstall io.ionic.starter (or whatever your package name is, it should appear in terminal after a successful run android), then reinstall with adb install -r PATH_TO_APK (also appears in terminal, under "Built the following apk(s):")

Upvotes: 5

Related Questions