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 1018
日久生厌
日久生厌 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.

    0 讨论(0)
  • 2021-02-10 17:20

    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

    0 讨论(0)
  • 2021-02-10 17:29

    You should try installing Android Studio 2.3.3 on Windows 10, 64-bit. I know that works at least.

    0 讨论(0)
提交回复
热议问题