DigiRL-agent / digirl

Official repo for paper DigiRL: Training In-The-Wild Device-Control Agents with Autonomous Reinforcement Learning.
Apache License 2.0
269 stars 21 forks source link

How to install ADB on Centos? #24

Closed Zhou-CyberSecurity-AI closed 1 month ago

Zhou-CyberSecurity-AI commented 1 month ago

emulator -version INFO | Android emulator version 35.2.10.0 (build_id 12414864) (CL:N/A) INFO | Graphics backend: gfxstream /home/cpz/.android/emulator/qemu/linux-x86_64/qemu-system-x86_64: error while loading shared libraries: libQt6CoreAndroidEmu.so.6: cannot open shared object file: No such file or directory

However, I've gone through the tutorial and installed it successfully on ubuntu

BiEchi commented 1 month ago

Thanks for your interest in our work.

The error indicates that the installation of qemu might be troublesome. You can try installing the emulator again and see what happens.

BiEchi commented 1 month ago

Closing due to inactivity.