Android Fire Project(1)Recall Env and Knowledge1. Android SDK Standalone ToolDownload from herehttp://developer.android.com/sdk/installing/index.html?pkg=toolsThe file I get isandroid-sdk_r24.0.2-macosx.zip. Unzip the file and link to /opt>sudo ln -s /Users/carl/tool/android-sdk-macosx /opt/android-sdkAdding the pathexport ANDROID_HOME=/opt/android-sdk2. Gradle Installationhttps://gradle.org/Download the filehttps://downloads.gradle.org/distributions/gradle-2.2.1-bin.zipUnzip and place the fileexport GRADLE_HOME=/opt/gradleexport 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 Examplehttps://github.com/luohuazju/sillycat-android-cmshttps://github.com/luohuazju/easy/tree/master/EasyAndroidGCMhttps://github.com/luohuazju/easy/tree/master/EasyRestClientAndroidImport these projects to Android StudioChange the SDK locationFile -> Project Structure into Project Structure ->SDK Location ->SDK location select Android SDK locationImport the project in EclipseInstall the plugin for eclipse:ANDROID -https://dl-ssl.google.com/android/eclipse/Android Spring Framework to handle the Base Layerhttp://sillycat.iteye.com/blog/1065583 Ihttp://sillycat.iteye.com/blog/1065584 IIhttp://sillycat.iteye.com/blog/1074171 IIIAndroid Native UIhttp://sillycat.iteye.com/blog/1833829List Adapterhttp://sillycat.iteye.com/blog/1835292 Endless Pagenationhttp://sillycat.iteye.com/blog/1835909 Android Menuhttp://sillycat.iteye.com/blog/1837717 Detail PageGrade and Other Android Basichttp://sillycat.iteye.com/blog/1074642Gradle concepthttp://sillycat.iteye.com/blog/2043335Feel and Install Android Studiohttp://sillycat.iteye.com/blog/1830389Android Emulatorhttp://sillycat.iteye.com/blog/1971869 How to build apkAndroid Talker Projecthttp://sillycat.iteye.com/blog/1669221http://sillycat.iteye.com/blog/1743376http://sillycat.iteye.com/blog/1763034GCM Related Projecthttp://sillycat.iteye.com/blog/1838431 GCM Emulatorhttp://sillycat.iteye.com/blog/1844837http://sillycat.iteye.com/blog/1769191GCM-1http://sillycat.iteye.com/blog/1769196GCM-2http://sillycat.iteye.com/blog/1838432GCM-3http://sillycat.iteye.com/blog/1998911GCM-4http://sillycat.iteye.com/blog/2002143GCM-5 upgrade android osAndroid Native UIhttp://sillycat.iteye.com/blog/1065582http://sillycat.iteye.com/blog/1831551http://sillycat.iteye.com/blog/1831766http://sillycat.iteye.com/blog/1842143Other Apphttp://sillycat.iteye.com/blog/1842156Share Contenthttp://sillycat.iteye.com/blog/1848592UserInfo and Locationhttp://sillycat.iteye.com/blog/1844834Audiohttp://sillycat.iteye.com/blog/1845416Photohttp://sillycat.iteye.com/blog/1841920Sqlite or Saving DataAndroid Content Apphttp://sillycat.iteye.com/blog/2079697PhoneGap Jquery MobileReferences:Env Buildhttp://sillycat.iteye.com/blog/707399windowhttp://sillycat.iteye.com/blog/855334ubuntuhttp://sillycat.iteye.com/blog/1669221machttp://sillycat.iteye.com/blog/2043335studiogradlehttp://sillycat.iteye.com/blog/2090147http://sillycat.iteye.com/blog/2079697http://sillycat.iteye.com/blog/2043335http://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. MAC下配置android SDK时进度条不动,无法下
  2. Android(安卓)开发环境下载地址 -- 百度
  3. Android启动画面实现
  4. Android数据存储-->SharedPreferences
  5. Android--面试题整理(五)
  6. 相对布局(RelativeLayout)常用属性
  7. Android学习之 VideoView,SurfaceView
  8. 周末小结(五)
  9. Android的下载,编译, 运行
  10. Android掌上背包游(1)