`
sillycat
  • 浏览: 2551022 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Feel Android Studio(1)Install and Update Android Studio

 
阅读更多

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 URL http://developer.android.com/sdk/index.html#download

I got one file from here https://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



分享到:
评论

相关推荐

    一个Android健身APP源码(类似KEEP、FEEL、轻+、减约、薄荷等)(旧版,请下载新版)

    一个Android健身APP源码(类似KEEP、FEEL、轻+、减约、薄荷等) 详细查看:http://blog.csdn.net/djzhao627/article/details/78988968 同学们,代码有更新,请下载最新版:...

    ComponentOne Studio for WinForms 2013 v1 5/5

    Download the 2013 v1 update to access the new TileControl to achieve a Windows 8 look and feel in your desktop apps as well as feature enhancements for Reports, Editor, and Scheduler. See the what's ...

    ComponentOne Studio for WinForms 2013 v1

    Download the 2013 v1 update to access the new TileControl to achieve a Windows 8 look and feel in your desktop apps as well as feature enhancements for Reports, Editor, and Scheduler. See the what's ...

    java Look and feel

    1. **Nimbus Look and Feel**:这是Java 6引入的一个新的L&F,提供了平滑的2D绘图效果,可以自定义颜色和样式,更适合现代UI设计。 2. **Metal Look and Feel**:Java的默认非系统L&F,适用于所有平台,具有简洁的...

    java swing Mac风格的LookAndFeel

    1. **响应性**:保持用户界面的响应速度,避免在改变LookAndFeel时阻塞用户界面。 2. **无障碍性**:确保LookFeeling对所有用户友好,包括视力障碍或行动不便的用户。 3. **一致性**:遵循平台的用户界面指南,确保...

    LookAndFeel换肤

    1. Quaqua Look and Feel:Quaqua是一款高质量的Java Look and Feel库,专为Mac OS X设计,它使Swing应用在Mac上看起来更原生。 2. Substance LAF(a03-laf-3.0.jar):Substance是Java社区中最受欢迎的LAF之一,...

    java_lookandfeel.rar_LookAndFeel_java gui_java look_look and fee

    1. `LF1.class` - 这可能是一个自定义LookAndFeel的实现,或者是一个用于切换不同LookAndFeel的类。 2. `MainFrame.class` - 这通常代表一个主窗口或主应用面板,可能展示了如何在实际应用中使用Look and Feel。 3. ...

    Building Android Apps with HTML, CSS, and JavaScript

    Add animation with jQTouch to make your web app look and feel like a native Android app Take advantage of client-side data storage with apps that run even when the Android device is offline Use ...

    ComponentOne Studio for Compact Framework2012 v3 1/2

    ComponentOne Studio for Compact Framework2012 v3 1/2 一共有 2 个压缩文件,请全部下载后解压 Grid, chart, validation, and zip controls for building Mobile apps. Build Windows mobile apps with Chart,...

    lookandfeel.zip

    1. **Java LookAndFeel API**:Java提供了javax.swing.LookAndFeel类,它是所有LookAndFeel的基类。开发者可以通过LookAndFeel类提供的方法来设置和获取当前的LookAndFeel。 2. **系统LookAndFeel**:Java提供了几...

    java look and feel

    - **步骤1:继承LookAndFeel类** ```java public class CustomLookAndFeel extends javax.swing.plaf.LookAndFeel { // ... } ``` - **步骤2:实现getDefaults()方法** 这个方法返回一个`UIDefaults`对象,...

    ComponentOne Studio for WinForms 2013 v1 1/5

    Download the 2013 v1 update to access the new TileControl to achieve a Windows 8 look and feel in your desktop apps as well as feature enhancements for Reports, Editor, and Scheduler. See the what's ...

    swing皮肤大全(look and feel)

    1. **Metal Look and Feel**:这是Swing的默认L&F,具有简洁的金属质感,适用于跨平台的应用。 2. **Windows Look and Feel**:模仿Windows操作系统原生的UI风格,提供更接近系统环境的用户体验。 3. **Motif Look...

    ComponentOne Studio for ASP.NET Wijmo 2013 v1 3/5

    Easily develop a consistent look and feel across your entire application. Start by using the six professionally designed themes pre-packaged in ComponentOne’s ASP.NET Wijmo controls. Optionally, ...

    Building Android Apps with HTML,CSS,and.JavaScript(2nd,2012.01)

    Add animation with jQTouch to make your web app look and feel like a native Android app Take advantage of client-side data storage with apps that run even when the Android device is offline Use ...

    ComponentOne Studio for WinForms 2013 v1 2/5

    Download the 2013 v1 update to access the new TileControl to achieve a Windows 8 look and feel in your desktop apps as well as feature enhancements for Reports, Editor, and Scheduler. See the what's ...

    ComponentOne Studio for WinForms 2013 v1 4/5

    Download the 2013 v1 update to access the new TileControl to achieve a Windows 8 look and feel in your desktop apps as well as feature enhancements for Reports, Editor, and Scheduler. See the what's ...

    使用lookandfeel为界面更换皮肤

    1. **Look and Feel的概念**: Look and Feel是Java提供的一种机制,它定义了用户界面组件(如按钮、文本框等)的视觉样式和交互行为。Java提供了两种类型的LookAndFeel:系统LookAndFeel和自定义LookAndFeel。系统...

    Android代码-教务管理系统

    Feel free to fork this project. New topic branches are always welcome! Contact Author: tounaobun@gmail.com

    LookandFeel皮肤

    a03LooKAndFeel皮肤,超炫超酷

Global site tag (gtag.js) - Google Analytics