Feel Android Studio(1)Install and Update Android Studio

1. Prepare the Git environment
First of all, I need to deal with the fork problem on github.com
>git config --list
>git config --global remote.origin.url=https://github.com/luohuazju/ProjectName.git

This is a wrong path, I will try to get rid of it.
>git config --global --unset remote.origin.url


>git remote -help

check all the remote URLs
>git remote -v

>git remote set-url origin https://github.com/luohuazju/ProjectName.git
>git remote set-url --push origin https://github.com/luohuazju/ProjectName
>git remote add luohuazju https://github.com/luohuazju/ProjectName

delete the ones I did not want to keep
>git remote remove origin

Prepare to idea
>mvn idea:idea

2. Set up Android Studio
Setting the SDK path
select the project ---> right click ---> Platform Settings ---> SDKs ----> 'Plus'

Open Android SDK Manager
update all the tools there.

3. Install the latest Gradle
..maybe, I do not need to do this time.
http://sillycat.iteye.com/blog/1074642

4. Import the Project from Eclipse
Update the eclipse plugin to latest version of 2.2.

Select the project we want to export and choose [Android] ---- [Generate Gradle build files]

I do not know why. But not working.

So I plan to use maven.
[Edit Configuration] ---->
Working directory :/Users/carl/work/easy/EasyRestClientAndroid
Command line:clean package android:deploy android:run

Or in the [Edit Configuration] Part, we can directly use Android Application.

5. Use and Update Android Studio
Download the tool from here
http://developer.android.com/sdk/installing/studio.html

I have used Android Studio for a long time, I upgrade my studio to the latest recently and I get this error Message:

Please provide the path to the Android SDK
if you do not have the Android SDK, you can obtain it from d.android.com
select Android SDK /Users/carl/tool/android-sdk/macosx

This version of Android Studio may not work correctly without Android SDK Tool revision 22.6.2 or above. Current revision is 22.6.0.
Please update your SDK Tools to the latest version.

Solution:
Go to this URLhttp://developer.android.com/sdk/index.html#download

I got one file from herehttps://dl.google.com/android/adt/22.6.2/adt-bundle-mac-x86_64-20140321.zip

Or the simplest way is to open the Android SDK Manager and update them there.


References:
http://developer.android.com/sdk/installing/studio.html

Export Eclipse to Gradle
http://blog.csdn.net/tangren03/article/details/8948037

Gradle
http://sillycat.iteye.com/blog/1074642



更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android 设置EditText光标颜色及粗细
  2. Android中文API(142) —— Gravity
  3. Android网络通信(2):HTTP通信
  4. Android学习路线的归纳总结
  5. 为TextView添加上下边框
  6. :Android(安卓)Intent Filter-判断intent
  7. Android存储空间不足的解决办法
  8. Android(安卓)提高显示布局文件的性能[Le
  9. 在ANDROID手机上安装基本开发环境
  10. Android 插值器 Interpolator 介绍