如何在 android studio 中使用下载的样本?

How to use downloaded samples in android studio?

我已经从 SDK Manager 下载了示例。 谁能告诉我如何使用这些示例在 android Studio 中创建项目。

我试过了

Import a android code sample

在主菜单中,但再次要求下载。

当我从SDK管理器下载这些示例时,这些示例会放在什么地方? 我如何使用它来创建项目?

如果您无法从 android 工作室导入 android 代码示例,请确保以下路径不为空:

path/to/sdk/samples/

例如,您应该有 android-16、android-19、android-21 个文件夹,其中包含示例项目。

编辑 1:从 Android studio 找到您的 android sdk 路径:

转到

File > Project Structure > SDK Location

然后你会找到你的 android SDK 位置。

干杯!