I read many articles on how we can launch an Android emulator faster.
I found this SO post where user286101 said that he “can load the app over wifi onto the real device in a fraction of the time”.
My question is : how can I load an application, from Eclipse, to my real device through wifi ?
Regards.
I believe you must connect adb to your device using the command line:
adb connect <host>[:<port>]. Then Eclipse will adb your device over WiFi.Check out the adb docs.