This repository was archived by the owner on Jan 9, 2019. It is now read-only.

Description
in instrument test project ,take picture using calss spoon-cient.jar to take a screenshot, but the picture is aways is start app picture, not the picture in the process running in app.just like below:

my code:
hotellistpage.addFavourate(hotle);
solo.clickOnText("我的收藏");
getInstrumentation().waitForIdleSync();
Spoon.screenshot(getActivity(), "isSavaInFavourate");
personlcenter.isSavaInFavourate(hotle);
personlcenter.back();
envirorment:
spoon-client-1.1.1.jar
robotium-solo-4.0.jar
please let me know why ASAP?
thanks very much!