Error when install apk use adb

Hi Ionic devs!
I created new apps use Ionic. When I test it in chrome browser, it’s OK. But when I build it for android and run it in genymotion simulator by command line:
adb install -r platforms/android/build/outputs/apk/android-debug.apk
It’s not work. This app show white screen with left arrow
So, How can I fix it.
Thanks