android - 如何在 Intellij Idea 10.5 中创建 Google API 项目?

标签 android intellij-idea arduino

您好,感谢您的浏览!

背景

我正在尝试遵循此Android ADK (w/ Arduino) tutorial .

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

我之前在Idea中设置过Android依赖,新建一个Android项目没有问题;然而,根据 aforementioned tutorial ,看来我需要使用 Google API SDK 而不是 Android SDK 来创建项目。

Here is the link to the Android Open Accessory Page .

问题

如何使用 Google API 设置 Idea 以便创建此类新项目?

谢谢!

最佳答案

当您在 IDEA 中创建新的 Android SDK 时,它允许选择 Google API SDK(如果存在)。如果您没有,请运行 SDK Manager 并安装它。基本上,大多数平台都有 2 个版本的 SDK:标准版本和带有 Google API 的版本。

Create New Android SDK

关于android - 如何在 Intellij Idea 10.5 中创建 Google API 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10853384/

相关文章:

ubuntu - 如何安装 SOOT?

c++ - 带有超声波传感器的arduino汽车

intellij-idea - 设置特定宏仅在 IntelliJ 上针对特定文件扩展名运行

android - AlertDialog 不包装内容

自定义对话框的Android昏暗背景

android - 从相机加载缩略图的最快方法

scala - IntelliJ : Exception in thread "main" java. lang.NoClassDefFoundError: org/apache/spark/sql/types/DataType

将 char* 转换为 unsigned char arduino

c - 读取 USB 串行端口时的冗余(C;Mac OSX;Arduino)

android - 使用发布 key 的 Android 应用程序的 Facebook 登录