1

I study android graphics and i faced to strange problem:
I found a lot of mentions of "FingerPaint" sample, but i can't find it in sample folder.

There is just 47 sample projects, and no one about graphics.

How can I download this sample? I follow to this instructions link

but it doesn't help.

4

2 回答 2

10

如果您在 Android 的 SDK 管理器中下载了“SDK 示例”,您可以FingerPaint.java在硬盘上找到:

<sdk>\samples\android-<version>\ApiDemos\src\com\example\android\apis\graphics

如果要在 Eclipse 中运行此应用程序,请选择:

New > Other... > Android > Android Sample Project 

然后选择合适的构建目标并选择ApiDemos项目。

于 2012-12-17T19:11:53.470 回答
1

您要下载哪个样本?或者您在从 sdk 下载示例时遇到问题?如果你想从 sdk 下载示例,那么在新的 android 项目窗口上应该有三个选项:

  1. 在工作区创建新项目
  2. 从现有源创建项目
  3. 从现有示例创建项目(第三个有点隐藏,因为有一个文本框,并且第三个之前的第二个项目下方的复选框。

选择#3,然后选择您想要示例的api级别(在下面的列表中),然后您可以从现在非灰色列表中选择一个示例。

于 2012-12-17T19:08:21.600 回答