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

Android Fire Project(1)Recall Env and Knowledge

 
阅读更多
Android Fire Project(1)Recall Env and Knowledge
 
1. Android SDK Standalone Tool
The file I get is android-sdk_r24.0.2-macosx.zip. Unzip the file and link to /opt
 
> sudo ln -s /Users/carl/tool/android-sdk-macosx /opt/android-sdk
 
Adding the path
export ANDROID_HOME=/opt/android-sdk
 
2. Gradle Installation
 
Unzip and place the file
export GRADLE_HOME=/opt/gradle
export PATH="/opt/gradle/bin:$PATH"
> gradle -v

------------------------------------------------------------
Gradle 2.2.1
------------------------------------------------------------

Build time:   2014-11-24 09:45:35 UTC
Build number: none
Revision:     6fcb59c06f43a4e6b1bcb401f7686a8601a1fb4a

Groovy:       2.3.6
Ant:          Apache Ant(TM) version 1.9.3 compiled on December 23 2013
JVM:          1.6.0_65 (Apple Inc. 20.65-b04-466.1)
OS:           Mac OS X 10.10.2 x86_64
 
 
3. Easy Example
 
Import these projects to Android Studio
Change the SDK location
File -> Project Structure into Project Structure ->SDK Location ->SDK location select Android SDK location
 
Import the project in Eclipse
Install the plugin for eclipse: ANDROID - https://dl-ssl.google.com/android/eclipse/
 
Android Spring Framework to handle the Base Layer
 
Android Native UI
 
Grade and Other Android Basic
http://sillycat.iteye.com/blog/2043335 Feel and Install Android Studio
 
Android Talker Project
 
GCM Related Project
 
http://sillycat.iteye.com/blog/2002143 GCM-5 upgrade android os
 
Android Native UI
 
Android Content App
 
References:
Env Build
 
gradle
 
 
 
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics