Android Studio 2.0 Preview 4 的逆袭以及各种神注释

Android Studio 2.0 Preview 4 的逆袭


一.Android Studio 2.0 Preview 4

AS2.0的改变非常大,今天刚装上,迫不及待的就来分享了,首先我们下载一个

Android Studio 2.0 Preview 4(需要翻墙)

下载了之后是一个ZIP的压缩文件,我们直接解压,然后打开bin目录,根据你自己的电脑位数启动

然后就是长夜漫漫的SDK下载过程了,幸好我事先已经下载好了,嘎嘎

如果需要更改SDK目录的话打开设置Setting-

一切都准备好了之后

进去你会发现以前的工具栏多了一些东西

赶紧试了一下Instant Run,运行时肉眼看得出来的变快了,启动什么的真的变快了,我能感觉到,大家可以试试
改变还有的就是自带的模拟器了

二.神注释

确实挺好玩的,很逗

1.佛主保佑

/**                           _ooOoo_
 *                           o8888888o
 *                           88" . "88
 *                           (| -_- |)
 *                            O\ = /O
 *                        ____/`---'\____
 *                      .   ' \\| |// `.
 *                       / \\||| : |||// \
 *                     / _||||| -:- |||||- \
 *                       | | \\\ - /// | |
 *                     | \_| ''\---/'' | |
 *                      \ .-\__ `-` ___/-. /
 *                   ___`. .' /--.--\ `. . __
 *                ."" '< `.___\_<|>_/___.' >'"".
 *               | | : `- \`.;`\ _ /`;.`/ - ` : | |
 *                 \ \ `-. \_ __\ /__ _/ .-` / /
 *         ======`-.____`-.___\_____/___.-`____.-'======
 *                            `=---='
 *
 *         .............................................
 *                  佛祖保佑             永无BUG
 */

2.神兽

/**
 *
 * ━━━━━━神兽出没━━━━━━
 *    ┏┓   ┏┓
 *   ┏┛┻━━━┛┻┓
 *   ┃       ┃
 *   ┃   ━   ┃
 *   ┃ ┳┛ ┗┳ ┃
 *   ┃       ┃
 *   ┃   ┻   ┃
 *   ┃       ┃
 *   ┗━┓   ┏━┛
 *     ┃   ┃
 *     ┃   ┃
 *     ┃   ┗━━━┓
 *     ┃       ┣┓
 *     ┃       ┏┛
 *     ┗┓┓┏━┳┓┏┛
 *      ┃┫┫ ┃┫┫
 *      ┗┻┛ ┗┻┛
 *
 * ━━━━━━感觉萌萌哒━━━━━━
 *       神兽保佑,代码无bug
 */     

3.戴眼镜的草泥马

/**
 *        ┏┓   ┏┓+ +
 *       ┏┛┻━━━┛┻┓ + +
 *       ┃       ┃  
 *       ┃   ━   ┃ ++ + + +
 *          ┃  ████━████ ┃+
 *       ┃       ┃ +
 *       ┃   ┻   ┃
 *       ┃       ┃ + +
 *       ┗━┓   ┏━┛
 *         ┃   ┃           
 *         ┃   ┃ + + + +
 *         ┃   ┃      
 *         ┃   ┃ +     
 *         ┃   ┃
 *         ┃   ┃  +         
 *         ┃    ┗━━━┓ + +
 *         ┃        ┣┓
 *         ┃        ┏┛
 *         ┗┓┓┏━┳┓┏┛ + + + +
 *          ┃┫┫ ┃┫┫
 *          ┗┻┛ ┗┻┛+ + + +
 *        ————————神兽保佑,代码无bug———————— 
 */  

感觉萌萌哒,哈哈

时间: 2024-08-29 07:39:08

Android Studio 2.0 Preview 4 的逆袭以及各种神注释的相关文章

Android Studio 2.0和Android Studio 2.1 Beta 3下载分享

 Android Studio 2.0和Android Studio 2.1 Beta 3下载分享 百度云下载地址:http://pan.baidu.com/s/1boCjPnx,4月7日才发布的版本,大家可以下载来试用下. ---------------------------------------------------------------------------------------------------------------------------------------

Android Studio 3.0 引入新功能,支持Kotlin语言

除了 Android 8.1 Oreo 开发者预览版,Google 今日还正式发布了 Android Studio 3.0 ,为其 IDE 引入了一系列新功能. Android Studio 3.0 专注于加速 Android 应用开发,包含大量更新内容,主要分为三个功能块,包括: 一套用于快速诊断性能问题的新的应用程序分析工具 支持 Kotlin 编程语言 用于加速在最新的 Android Oreo API 上开发的新工具 更新概述: 开发 Kotlin 编程语言支持 -- 正如谷歌在 Goo

android studio中的preview显示空白

问题描述 android studio中的preview显示空白 刚刚接触android studio,今天新建项目的时候,出现了preview中rendering problems,我进行更新后没有再报错,但是现在显示一片空白,请教各位大神这是什么情况 解决方案 这个sdk version更改一下其他值 解决方案二: 而且我已经在style文件里加了Base.,还是没用 解决方案三: 右上方 sdk 版本可能选的不对

Android Studio 1.0中Gradle同步的问题

前几天谷歌推出了安卓开发工具套件Android Studio 1.0正式版,因为之前已经有过旧版本的Android Studio(之前的版本是压缩版免安装的), 此次安装更新之后出现了Gradle无法找到runProguard 方法 ,查了一下需要将runProguard改成minifyEnabled. 在文件build.gradle中的runProguard buildTypes { release { runProguard false proguardFiles getDefaultPro

Ubuntu 系统下安装Android开发环境 Android Studio 1.0 步骤

Android Studio 是一个谷歌Android开发环境,类似于Eclipse开发和调试,是一款工具开发软件.Android Studio 1.0 最近已经发布.更多信息,查看该页面.     使用PPA进行安装,非常方便,打开终端,输入以下命令: sudo add-apt-repository ppa:paolorotolo/android-studio sudo apt-get update sudo apt-get install android-studio 移除PPA并删除软件:

Android Studio 3.0 Canary 3 发布,Bug 修复

Android Studio 3.0 Canary 3 已经发布,Android Gradle Plugin 3.0.0-alpha3 也已通过maven.google.com发布. 该版本包含对 Gradle, Kotlin 和其他许多内容的修复.官方表示,在保持功能稳定性的同时,会继续修复 Android Studio 3.0 各方面的 bug. 下载地址(Zip Files ) Windows (64-bit): android-studio-ide-171.4056697-windows

android studio 3.0 gradle 打包脚本配置详解

本文介绍了android studio 3.0 gradle 打包脚本配置,分享给大家,具体如下: 修改输出的名字 保存输出的文件路径 def fileArray = [] //遍历输出文件 android.applicationVariants.all { variant -> variant.outputs.all { output -> def outputFile = output.outputFile if (outputFile != null && outputF

Android Studio 1.0.1 + Genymotion安卓模拟器打造高效安卓开发环境

我们开发安卓大多是使用Eclipse和安卓SDK中自带的安卓模拟器.当然,Google早就推出了自己的安卓开发环境--Android studio,在不久前,Google发布了Android Studio 1.0,个人感觉使用起来还是不错的.之前下载过一些Android studio的早期版本,但是都因为"网络问题"而安装失败,无奈删除.而这一次,Android studio 1.0下载后,不需要再联网下载东西了,直接解压就可以使用.    一.Android Studio 1.0.1

Android Studio 1.0.2项目实战——从一个APP的开发过程认识Android Studio

Android Studio 1.0.1刚刚发布不久,谷歌紧接着发布了Android Studio 1.0.2版本,和1.0.0一样,是一个Bug修复版本.在上一篇Android Studio 1.0.1 + Genymotion安卓模拟器打造高效安卓开发环境,我们介绍了Android开发环境的搭建,今天先来说一下上一篇中大家问道比较多的问题,然后说一些Android Studio的使用技巧.    一.搭建开发环境中遇到的问题及解决办法  1.Genymotion模拟器网络错误 我们顺利的安装