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