LoginSignup
8
9

More than 5 years have passed since last update.

Macでも動いた Pepper SDK for Android Studio

Posted at

Macで動いた!?

  • AndroidStudioのPreferences - Plugins - Browse repositories...

1.png

ツールバーにロボットアイコンが追加される

2.png

  • Robot SDK Manager

スクリーンショット 2016-05-29 8.30.45.png

  • File - New - Robot Application...

3.png

  • いざ、Hello World

    import com.aldebaran.qi.Future;
    import com.aldebaran.qi.sdk.object.interaction.Say;
    (略)
    Say say = new Say(this);
    Future<Void> run = say.run("Hello world!");
    
  • ロボアプリ実行

6.png

  • しゃべった!

5.png

8
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
9