I'm new to programming on Ionic and Android, so I'm sorry if there is any inconvenience.
My problem is that I do not see my application (the default application in the tutorial) on an emulated virtual Android device. It just shows the stock Android phone mainly after launching ionic emulate android . Therefore, I assume that the application was not installed on the emulator.
He builds apk but does nothing with it. I seem to have installed anythink correctly:
> duc@duc-ThinkPad-T450s :~/myApp$ ionic info Your system information: > Cordova CLI: 6.0.0 Ionic Version: 1.2.4 Ionic CLI Version: 1.7.14 > Ionic App Lib Version: 0.7.0 OS: Distributor ID: Ubuntu Description: > Ubuntu 14.04.4 LTS Node Version: v4.4.1
Hope you could help me, just wanted to get a tutorial :)
Cheers, Duke
Edit
I finally managed to install apk manually on the emulated device using this command:
adb -s <your emulator> install </your/apk/path>
However, installing it manually is very inconvenient and annoying. Does anyone have a solution for this?
source share