Android Studio的使用--导入 API Demo

2016年4月6日 命运在自己手里,不在别人嘴里

studio 导入android api Demo

要想导入API Demo来进行学习,首先要在 SDK Manager中下载Demo
如图所示:

Android Studio的使用--导入 API Demo_第1张图片

下载完成后,你的sdk中就会多出 sample这个文件夹,其中包含了你下载的 所有sample。

Android Studio的使用--导入 API Demo_第2张图片

然后使用 File-New-Import Sample来导入相关的Sample运行或学习

Android Studio的使用--导入 API Demo_第3张图片

也可以在
Android Studio的使用--导入 API Demo_第4张图片
打开Sample。

Failed to download samples index, please check your connection and try again 解决办法

有时会出现
Android Studio的使用--导入 API Demo_第5张图片

这是无法连接的提示,首先,请开启软件或使用VPN

接着,配置studio,打开Setting-SystemSetting-HTTP Proxy,默认为No proxy,
将其改为 Auto-detect proxy settings即可。
Android Studio的使用--导入 API Demo_第6张图片

你可能感兴趣的:(Android,Studio)