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.”

好久不见. 提交于 2019-12-03 08:40:00

I got mine to work doing the following:

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

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!