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?
Hi, I am reading the scripts under
/scriptsand trying to understand them.In the 1st subsection of
Android Experiments (Monkey++)in the README, we need to create an emulator byMay I ask what is the purpose of the 3rd line? In particular, why we need to clone an avd from
tester_reftocollector_ref? If we only use the pre-trained model, is it necessary to "clone" the avd?