Hello everyone!
I wondering if there is any way to fast launch built app on my Android device. When I developed native apps with xCode I just had to press one button and app installed and launched on iOS device automatically.
Now, to get application running on Android device, I have to:
-
Press “build”
-
Find built app
-
Copy it to device by cable or via Dropbox
-
Install this app (and if I used Dropbox, I must download it first - it also takes time)
-
Finally, launch it
And if I made an error, I have to pass through all this steps once again.
It is quite annoying, so I try to use simulator as much as possible. But, you know, there are many cases when real device needed.
So, my question - is there some software that simplifies that process to the one press of button?