I use ionic 1.7.16 and cordova 6.2.0
With adb devices -list
I have no device detected whereas my phone is plugged on my PC (with USB debug)
I have installed my java jdk, Android SDK & Ant and add them to my PATH variable.
Result of cordova requirements
:
Requirements check results for android:
Java JDK: installed .
Android SDK: installed
Android target: installed android-23,android-24
Gradle: installed
Requirements check results for ios:
Apple OS X: not installed
Cordova tooling for iOS requires Apple OS X
Error: Some of requirements check failed
When I launch ionic run android
it runs automatically my emulator, instead of installing the apk on my phone plugged. Moreover, my android emulator is launched but not my app ...
I looked for solution but I found nothing.
This method not correspond to the version of my cordova unfortunately. "cordova launch success" but no app running on cellphone
Anyone have a solution to fix my problem ?
Thank's for your answers.