Aldebaran's Pepper sdk for android/Robot sdk 0.9 “Robot SDK'0.9' is not complete. Please download it again or re-create the robot application.”

后端 未结 3 951
忘了有多久
忘了有多久 2021-02-10 16:56

When trying to install the android sdk for Aldebaran\'s pepper robot on my computer following this official tutorial:

Step 1: android.aldebaran.com/doc/installation.html

3条回答
  •  北荒
    北荒 (楼主)
    2021-02-10 17:30

    I got mine to work doing the following:

    • go to your current android SDK folder
    • rename the tools folder to tools-old
    • create a new Folder named tools
    • download this: https://android.googlesource.com/platform/prebuilts/android-emulator/+archive/android-7.1.1_r1/windows.tar.gz
    • unpacke it into your new tools folder

    Make sure you have your AVD Options set to arm and not x86 and that "Use Host GPU" is enabled

    After that the emulator worked.(note that it takes quite long to launche)

    The suspected cause is that the Pepper emulator tries to use the emulator-arm.exe wich is not availible in the standart installation of Android Studio

提交回复
热议问题