Open GoogleCodeExporter opened 9 years ago
Thanks for reporting this. What happens if you use solo.finalize() in your
teardown?
Original comment by renasr...@gmail.com
on 21 Apr 2015 at 1:32
We use it in our teardown, so the problem is the same.
Here is my teardown:
try {
solo.finishOpenedActivities();
getActivity().finish();
solo.finalize();
} catch (Throwable e) {
e.printStackTrace();
}
super.tearDown();
solo=null;
System.gc();
}
Original comment by foga...@gmail.com
on 21 Apr 2015 at 1:44
Can you please email me at renasreda©gmail.com and I'll send you a new
robotium jar. Thanks.
Original comment by renasr...@gmail.com
on 21 Apr 2015 at 1:48
Original issue reported on code.google.com by
foga...@gmail.com
on 21 Apr 2015 at 12:38