- b.基于Gradle的构建支持
- c.Android 专属的重构和快速修复
- d.提示工具以捕获性能、可用性、版本兼容性等问题
- e.支持ProGuard 和应用签名
- f.基于模板的向导来生成常用的 Android 应用设计和组件
- g.功能强大的布局编辑器,可以让你拖拉 UI 控件并进行效果预览
-
- (3)版本
- Android Studio 1.3 RC4发布了,改进内容:
- The LogCat window no longer switches to a different process when the current process dies (issue 161145 )
- Prevent "StartupAbortedException" for the IDE when there are foreign/conflicting .jar files in the JDK extensions directory (issue 180551 )
- Fix incorrect nullness information for Android SDK methods (requires File > Invalidate Caches) (issue 180771 )
- Include Andoid Gradle 1.3.0 in the offline Gradle plugin repository
- Fix a handful of crashes reported by the crash reporter (in the setup wizard, AVD manager, and the memory profiler)
-
- (4)下载地址
- 需要翻墙下载的地址:
-
Android studio
各个版本地址:
文档和最新版地址:
不需要翻墙的地址:
-
把下面的下载地址直接复制到迅雷等下载工具进行下载。
(5)Android studio的安装-
Android Studio v1.0
安装教程(推荐)
-
---------------------------------------------------------------------------------------------------------
Android Studio安装及配置心得,让你少走弯路
---------------------------------------------------------------------------------------------
谷歌开发工具Android Studio安装使用图文教程
------------------------------------------------------------------------------------------------------------
Android studio 安装中遇到一些问题的解决办法
(6)Android Studio的设置
包括:
1. 界面风格
2. 字体设置
3. 代码格式设置
4. 默认文件编码设置
5. 快捷键设置(可以设置成eclipse的快捷键)
6. 显示行号
7. 显示空格
8. 去除拼接检查
9. Git设置
10. 插件设置
11. 更新设置
12. 自动导入设置(复制代码时是否自动填写类的import语句)
13. JDK,Android SDK默认路径设置
14. Fetching android sdk component information加载问题解决办法
地址:
(7)Android Studio的教程
1、android studio快捷键集合
-------------------------------------------------------------------------------------------------
2、Android Studio中获取sha1证书指纹数据的方法
---------------------------------------------------------------------------------------------------
3、加速Android Studio/Gradle构建
--------------------------------------------------------------------------------------------------
4、Android studio Gradle项目结构
--------------------------------------------------------------------------------------------------
5、Android Studio添加插件(Genymotion)
----------------------------------------------------------------------------------------------------
6、Android studio 导出jar包并混淆和aar
----------------------------------------------------------------------------------------------------
7、android studio如何使用git
-----------------------------------------------------------------------------------------------------
8、Android Studio上的几个插件介绍
------------------------------------------------------------------------------------------------------
9、Android studio运行加速教程
-------------------------------------------------------------------------------------------------------
10、网友共享的Android studio使用指南:
--------------------------------------------------------------------------------------------------------
-
- 11、Android Gradle 插件中文指南
- http://www.apkbus.com/forum.php?mod=viewthread&tid=245143&page=1&extra=&_dsign=68417e50
(8)android studio视频教程
http://www.apkbus.com/plugin.php?id=buskc&modo=view&kvid=855
(9)常见问题
1、字体大小问题
2、导入第三方类库问题
3、APK如何发布
1到3号问题地址:
--------------------------------------------------------------------------------------------------
4、Eclipse下工程移植到Android Studio
---------------------------------------------------------------------------------------------------
5、Android studio提示网络问题
---------------------------------------------------------------------------------------------------
6、关于Android Studio加载第三方jar包无法编译的问题
--------------------------------------------------------------------------------------------------
7、如何删除模块(Module)
--------------------------------------------------------------------------------------------------
8、Android Studio 导入Eclipse的android项目出现:gradle: 警告:编码 euc_cn 的不可映射字符
--------------------------------------------------------------------------------------------------
9、android studio 更新 Gradle错误解决方法
---------------------------------------------------------------------------------------------------
10、sync project时长时间停留在 resolve dependencies ':classpath'状态 或者 Error:(1, 0) Cause: org/gradle/api/artifacts/result/ResolvedComponentResult
11、work offline 模式
12、com.android.dex.DexException: Multiple dex files define Landroid/support/v4/accessibilityservice
13、AndroidMainfest.xml问题
14、不同的lib 项目中的AndroidMainfest.xml文件中的targetSDK版本不一致plugin with id 'android' not found
15、使用NDK时,NDK not configured
10到15号问题的解决地址:
- 最后给出一个我比较喜欢的android开发网站,资料应有尽有:安卓巴士 http://www.apkbus.com