Android

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(Links)
第4行: 第4行:
 
Android license: Apache V2: [http://arstechnica.com/news.ars/post/20071106-why-google-chose-the-apache-software-license-over-gplv2.html Why Google chose the Apache Software License over GPLv2 for Android]
 
Android license: Apache V2: [http://arstechnica.com/news.ars/post/20071106-why-google-chose-the-apache-software-license-over-gplv2.html Why Google chose the Apache Software License over GPLv2 for Android]
  
[[Image:google-android-architecture.jpg|right|thumb|Google Android Architecture]]
 
 
Google 已将战线延伸至无线移动终端,可以预见这将是 Google 广告收入新的增长点。
 
Google 已将战线延伸至无线移动终端,可以预见这将是 Google 广告收入新的增长点。
  
第11行: 第10行:
 
* [http://www.youtube.com/watch?v=ITfRuRkf2TM Androidology - Part 2 of 3 - Application Lifecycle]
 
* [http://www.youtube.com/watch?v=ITfRuRkf2TM Androidology - Part 2 of 3 - Application Lifecycle]
 
* [http://www.youtube.com/watch?v=iiD4fGjjXcc Androidology - Part 3 of 3 - APIs]
 
* [http://www.youtube.com/watch?v=iiD4fGjjXcc Androidology - Part 3 of 3 - APIs]
[[Image:shenzhen-android.jpg|right|thumb|深圳山寨Android手机]]
 
 
==PC==
 
==PC==
 
在PC上体验Android
 
在PC上体验Android
第42行: 第40行:
 
*[http://cn.engadget.com/2009/02/01/fujitsu-android/ 富士通Fujitsu启动Android服务计划]
 
*[http://cn.engadget.com/2009/02/01/fujitsu-android/ 富士通Fujitsu启动Android服务计划]
 
==Features==
 
==Features==
[[Image:AndroidSDK.png|right|thumb|Android SDK]]
 
 
* Application framework enabling reuse and replacement of components
 
* Application framework enabling reuse and replacement of components
 
* [[Dalvik Virtual Machine]] optimized for mobile devices
 
* [[Dalvik Virtual Machine]] optimized for mobile devices
第73行: 第70行:
  
 
本地下载:http://download.huihoo.com/android/eclipse/
 
本地下载:http://download.huihoo.com/android/eclipse/
 
 
==Applications==
 
==Applications==
 
*[http://www.android.com/market/ Android Market]  
 
*[http://www.android.com/market/ Android Market]  
[[Image:ubuntu-mobile.jpg|right|thumb|Ubuntu Mobile: The Android Killer]]
 
 
*[[Ubuntu Mobile]]: The Android Killer
 
*[[Ubuntu Mobile]]: The Android Killer
 
*[[Ambient Music Player]]
 
*[[Ambient Music Player]]
 
*[[callmeter]]
 
*[[callmeter]]
*
 
  
 
==Browser==
 
==Browser==
[[Image:opera-mini-on-android.gif|right|thumb|Opera Mini on Google Android]]
 
 
[http://labs.opera.com/news/2008/04/10/ Opera Mini on Google Android]
 
[http://labs.opera.com/news/2008/04/10/ Opera Mini on Google Android]
 
  下载 http://labs.opera.com/downloads/OperaMini.apk
 
  下载 http://labs.opera.com/downloads/OperaMini.apk
第91行: 第84行:
 
==NetBeans==
 
==NetBeans==
 
Google Android for the NetBeans IDE http://undroid.nolimit.cz/
 
Google Android for the NetBeans IDE http://undroid.nolimit.cz/
[[Image:android-in-netbeans.jpg|right|thumb|Android in NetBeans]]
+
 
 
==OMS==
 
==OMS==
 
[[Open Mobile System]]  
 
[[Open Mobile System]]  
第108行: 第101行:
 
*http://www.chinaup.org
 
*http://www.chinaup.org
 
*http://www.cuteandroid.com/
 
*http://www.cuteandroid.com/
 +
 +
<gallery perrow=6>
 +
Image:google-android-architecture.jpg|Google Android Architecture
 +
Image:AndroidSDK.png|Android SDK
 +
Image:opera-mini-on-android.gif|Opera Mini on Google Android
 +
Image:ubuntu-mobile.jpg|Ubuntu Mobile: The Android Killer
 +
Image:android-in-netbeans.jpg|Android in NetBeans
 +
Image:shenzhen-android.jpg|深圳山寨Android手机
 +
</gallery>
 +
 +
[[Category:Google]]
 +
[[Category:Android]]
 +
[[Category:Mobile]]

2010年8月20日 (五) 07:04的版本

Android.gif

由 Google 牵头,携手国际上多家领先的移动服务提供商(包括中国移动通信、日本的DoCoMo) 共同组建开放手机联盟, 并推出 Android 综合移动设备平台。这是一个基于 Linux 的移动应用创新平台。同时也推出 Android SDK 软件开发工具包,开发者们可以利用 SDK 工具包开发基于 Android 平台的新应用。Google也正式宣布举办总奖金为 1000 万美元的 Android 开发者大赛,邀请开发者们为 Android 平台开发移动应用。

Android license: Apache V2: Why Google chose the Apache Software License over GPLv2 for Android

Google 已将战线延伸至无线移动终端,可以预见这将是 Google 广告收入新的增长点。

有关 Google Android 架构介绍的视频信息:

目录

PC

在PC上体验Android

LiveAndroid, a LiveCD for Android running on x86 platforms.

Tools

Android-tools.png
  • Android Development Tools Plugin (for the Eclipse IDE)
  • Android Emulator (A QEMU-based device-emulation tool)
  • Android Virtual Devices (AVDs)
  • Hierarchy Viewer
  • layoutopt
  • Draw 9-patch
  • Dalvik Debug Monitor Service (ddms)
  • Android Debug Bridge (adb)
  • Android Asset Packaging Tool (aapt)
  • Android Interface Description Language (aidl)
  • sqlite3
  • Traceview
  • mksdcard
  • dx tool rewrites .class bytecode into Android bytecode (stored in .dex files.)
  • UI/Application Exerciser Monkey
  • android script
  • zipalign: An important .apk optimization tool.

Code

The source is approximentely 2.1GB in size. You will need 6GB free to complete the build.

News

Features

  • Application framework enabling reuse and replacement of components
  • Dalvik Virtual Machine optimized for mobile devices
  • Integrated browser based on the open source WebKit engine
  • Optimized graphics powered by a custom 2D graphics library; 3D graphics based on the OpenGL ES 1.0 specification (hardware acceleration optional)
  • SQLite for structured data storage
  • Media Libraries based on PacketVideo's OpenCORE. Media support for common audio, video, and still image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, GIF)
  • GSM Telephony (hardware dependent)
  • Bluetooth, EDGE, 3G, and WiFi (hardware dependent)
  • Camera, GPS, compass, and accelerometer (hardware dependent)
  • Rich development environment including a device emulator, tools for debugging, memory and performance profiling, and a plugin for the Eclipse IDE

Install

新的安装方式, 先下载SDK, 然后在选择相应版本的软件包:

因为有墙, 所以需Settings里Http Proxy Server:10.159.192.62,Http Proxy Port:8080, 选择如下两个选项卡:Force https//.....using http... 和 Ask Before restaring ADB.

install sdk
export PATH=${PATH}:<your_sdk_dir>/tools
Installing the Eclipse Plugin (ADT)
Help > Software Updates > Find and Install.
New Remote Site.
https://dl-ssl.google.com/android/eclipse/

Android Editor 依赖以下包 :

本地下载:http://download.huihoo.com/android/eclipse/

Applications

Browser

Opera Mini on Google Android

下载 http://labs.opera.com/downloads/OperaMini.apk
android-sdk_m5-rc15_windows\android-sdk_m5-rc15_windows\tools
{Android home}/tools/emulator
{Android home}/tools/adb install OperaMini.apk 

NetBeans

Google Android for the NetBeans IDE http://undroid.nolimit.cz/

OMS

Open Mobile System

Links

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱