I have and compiled .apk (rather than project source files) which I would like to test on my phone with Robotium.
How should I setup test to run it on my phone?
I'm confused because in every tutorial about Robotium these information that I should create an application project and launch the tests from that, but I have only .apk file (which i don't want to modify) and I want only to automate testing it on my phone.
TL;DR
How should I create test case to application which .apk i CAN'T open and it is on REAL device plugged via USB.