2

您好,感谢您的关注!

背景

我正在尝试遵循这个Android ADK (w/Arduino) 教程

我使用 Intellij Idea 10.5 作为 IDE(不是 Eclipse)。

之前在Idea中设置了Android依赖,新建一个Android项目没有问题;但是,根据上述教程,我似乎需要使用 Google API SDK 而不是 Android SDK 来创建项目。

这是 Android Open Accessory Page 的链接

问题

如何使用 Google API 设置 Idea,以便创建这种类型的新项目?

谢谢!

4

1 回答 1

3

When you create new Android SDK in IDEA, it allows to select Google APIs SDK if it's present. If you don't have it, run SDK Manager and install it. Basically, there are 2 versions of SDK for most platforms, standard and with Google APIs.

Create New Android SDK

于 2012-06-02T02:07:27.310 回答