Different ways to install APK file on device/emulator via Robotium

38 views
Skip to first unread message

Sika

unread,
Dec 9, 2015, 5:14:11 PM12/9/15
to Robotium Developers
Can I install the APK file on device/emulator when setUp()  runs:

@Override
public void setUp() throws Exception {
//setUp() is run before a test case is started.
//This is where the solo object is created.
solo = new Solo(getInstrumentation(), getActivity());
}


If not, what other solutions (beside adb install) you guys use?

Thanks,
Sika

Reply all
Reply to author
Forward
0 new messages