原因 当前安装的Android Studio的文件夹不是空的 解决 把路径改成一个空文件夹即可…
Ubuntu install android studio 1. 安装 openjdk8,并在配置文件 /etc/profile 中,追加如下内容: sudo aptitude install openjdk-8-jdk # openjdk env setting by bash export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 export JRE_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre expo…
First: open the web page: https://developer.android.com/studio/index.html download the Android Studio The Official IDE for Android Second: Unzip the file  and move to /opt/ direction…
To set up Android Studio on Windows: Launch the .exe file you just downloaded. Follow the setup wizard to install Android Studio and any necessary SDK tools. On some Windows systems, the launcher script does not find where Java is installed. If you e…
今天更新了universal-image-loader-1.9.5.jar文件,studio死活找不到其中相关的类,上网百度试了很多办法,总算解决了,具体方法跟一篇老外的帖子的差不多,这里分享下. 解决步骤: Something went wrong in incremental build system. One of this should help: Menu Build -> Rebuild project Delete folder /build Close Android Studi…
Android Studio 1.0RC1 版本发布. 以下是官网该版本说明: Android Studio 1.0 Release Candidate 1 November 20th, 2014: For information on what's new in 1.0 RC1, see the release announcement. Installation The release is available in the canary channel, so you can check…
Android Studio 1.0RC1 版本号公布. 下面是官网该版本号说明: Android Studio 1.0 Release Candidate 1 November 20th, 2014: For information on what's new in 1.0 RC1, see the release announcement. Installation The release is available in the canary channel, so you can chec…
The Main Menu Bar 主菜单栏  主菜单栏位于Android Studio的最上面,你几乎可以利用主菜单和其子菜单来执行任何操作.不像Android Studio中其他的一些菜单,主菜单不能被隐藏.不要被主菜单和它的子菜单项吓到.即使经验丰富的Android开发者也在日常编码中仅仅使用其中的一小部分,更多的则是通过快捷键和相应的上下文菜单实现.我们将在后面的章节中讨论主菜单栏中大部分的操作. The Toolbar 工具栏 工具栏中包含一些频繁使用的文本操作按钮,例如剪切.复制.粘…
/******************************************************************************************** * Android studio Unable to run mksdcard SDK tool * 说明: * 记录Ubuntu下AS安装过程中遇到的问题. * * 2016-6-13 深圳 南山平山村 曽剑锋 *************************************************…
前言 摩尔定律:CPU的处理能力大约18个月翻一倍 Android&Java:想要在Android Studio中开发Android App,必须以充分了解Java为前提(Java流行的原因:内存托管机制) Android工具生态系统 Android Studio Git是一款分布式的源代码管理工具,可以此做版本控制 Gradle(类似Ant和Maven的构建工具),管理库和库项目.运行仪器测试以及创建条件构建 从ADT/Eclipse转型 熟悉Android Studio 主界面: 编辑器 选…