Setup Information Emulator Setup Ubuntu VM Attempt - rosielab/pepper-documentation GitHub Wiki
Pepper Setup: Ubuntu Attempt Virtual Machine
Not possible with MacOs. See here.
- Made an Ubuntu 22.04.03 VM using Virtual Box Can follow this
- Downloaded Android Studio Bumblebee | 2021.1.1 Patch 3 April 7, 2022 From here
- Unzipped Android Studio file
- Launched it with cd android-studio/bin -> ./studio.sh
- Installed using custom installation but didn't change anything Doesn’t look like you can?
- 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
- Installed kvm via terminal $ sudo apt install qemu-kvm
- On Android Studio downloaded Pepper SDK plugin from marketplace Restart IDE after download
- Create new project No activity Set language to Java Set minimum SDK to API 23: Android 6.0 (Marshmallow)
- Pop up for pepper tools appears Install them
- Install QiSDK and ANdroid Virtual Image from API 7 Tools > Pepper SDK > Robot SDK Manager Select both items and install
- Followed steps 3-5 outlined here.
- Installed Android SDK and Build Tools for version 29.0.3