0

I am doing an Ionic project. Also I have added Crosswalk. So when I run ionic run android, android-debug.apk is installing in my phone. But I need to install the Crosswalk app (means android-armv7-debug.apk).

Is there any way to install this app by using the command ionic run android instead of copying this file?

Thanks

Apk Folder

kolli
  • 1,260
  • 2
  • 13
  • 23
Muhsin Keloth
  • 7,855
  • 7
  • 39
  • 59

1 Answers1

1

I don't know if this is possible with an ionic comand.

But you can do this.

ionic build android
adb -d install /path/to/file/android-armv7-debug.apk
Simon Schüpbach
  • 2,625
  • 2
  • 13
  • 26