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 1016
日久生厌
日久生厌 2021-02-10 16:49

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:17

    I got this working finally thanks to theGary's hint above. No need to wipe out your whole tools directory though -- I was able to get the x86 Pepper emulator running (on Mac in my case) by copying these files and directories from the Android sdk/emulator directory into the sdk/tools directory:

    • emulator64-x84
    • qemu
    • bin64
    • lib/pc-bios
    • lib/ca-bundle.pem

    Then edit your run/debug configurations and change the “robot app” AVD options from armeabi-v7 to x86.

提交回复
热议问题