Setup Information Emulator Setup Ubuntu VM Attempt - rosielab/pepper-documentation GitHub Wiki

Pepper Setup: Ubuntu Attempt Virtual Machine

Not possible with MacOs. See here.

  1. Made an Ubuntu 22.04.03 VM using Virtual Box Can follow this
  2. Downloaded Android Studio Bumblebee | 2021.1.1 Patch 3 April 7, 2022 From here
  3. Unzipped Android Studio file
  4. Launched it with cd android-studio/bin -> ./studio.sh
  5. Installed using custom installation but didn't change anything Doesn’t look like you can?
  6. Installed java 1.8 via terminal Had to first add myself as sudo, see instructions here. $ sudo apt-get update $ sudo apt-get install openjdk-8-jdk
  7. Installed kvm via terminal $ sudo apt install qemu-kvm
  8. On Android Studio downloaded Pepper SDK plugin from marketplace Restart IDE after download
  9. Create new project No activity Set language to Java Set minimum SDK to API 23: Android 6.0 (Marshmallow)
  10. Pop up for pepper tools appears Install them
  11. Install QiSDK and ANdroid Virtual Image from API 7 Tools > Pepper SDK > Robot SDK Manager Select both items and install
  12. Followed steps 3-5 outlined here.
  13. Installed Android SDK and Build Tools for version 29.0.3