You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am reading the scripts under /scripts and trying to understand them.
In the 1st subsection of Android Experiments (Monkey++) in the README, we need to create an emulator by
cd scripts
./create_tester_ref
./clone_avd.sh tester_ref collector_ref
May I ask what is the purpose of the 3rd line? In particular, why we need to clone an avd from tester_ref to collector_ref? If we only use the pre-trained model, is it necessary to "clone" the avd?