Changes between Version 38 and Version 39 of wade/android
- Timestamp:
- Apr 29, 2013, 6:33:58 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wade/android
v38 v39 1 1 [[PageOutline]] 2 2 = 【Note】 = 3 * 錯誤訊息:AVD 出現 "unfortunately system ui has stopped" 4 * 解法:更改顯示器解析度或 RAM 的大小。 5 * 參考:http://stackoverflow.com/questions/15678520/android-emulator-error-system-ui-has-stopped 6 3 7 * Android 2.3 的更新:SensorService 的「Native 化」:HAL 的全名是 Hardware Abstract Layer (硬體抽象層),這是 Android Framework & Application 與底層硬體整合的關鍵技術,HAL 將 Android 框架以及 Linux Device Driver 整合在一起 4 8 * http://www.jollen.org/blog/2011/01/andriod-23-sensorservice-native.html