[Android] How to Create Android ICS .vdi File for VirtualBox?
Because the Android Emulator is running on simulated ARM instruction set on x86-platform so that the emulator is too slowly generally. You can choose the Androi …
difference
Because the Android Emulator is running on simulated ARM instruction set on x86-platform so that the emulator is too slowly generally. You can choose the Androi …
In the default setting for Android emulator, the system will reply a “out of memory” error when we want to install other package to the emulator. Ab …
今天經過朋友介紹,知道市面上有 Phabricator,這套可以用來作為 Code Review 的工具。聽說介面很漂亮,所以就好奇一下,把他架起來看看,沒想到一試之下,就發現安裝真簡單,才一個小時就完成架設,哈哈哈。 架完之後看到介面,真是既簡單又漂亮,太讚了!!! 下面是摘錄自 Phabricator Introd …
為了能夠自己架個包含 Code Review 的 Private Repository,所以10月份就在家裡架好的 Web Server,多加個 Gerrit System,沒想到在 MySQL 卡了不少問題,還好最後還是找到解決方法。 上次的 Gerrit Code Review 架設 – Part 1 – Gerr …
When we download the Android source code from AOSP, the branch list and tag list are existing on the local repository. We can get these lists through the git co …
When we develop a project includes the JNI technique, we should use the Android NDK tool for building these source code. But, the NDK is a command line tool tha …
在販賣 Android 裝置時,需要考慮支援不同的國家語言,甚至為了配合出貨程序,要在出貨時就預載銷售地的語言。為了滿足這項需求,便需要了解一下 Android 系統建置時,相關的語系支援設定。 從 Android Open Source Project 下載回來 Android 2.3.6 的源始碼,可以在 …
把 Eclipse 的 Workspace 更換位置後,會在 Open Project 時,莫名其妙出現找不到 .project 檔案的錯誤。 這時候就要去把 Project Location 更動一下了,可以在下列位址找到相對應的位址紀錄檔。 workspace/.metadata/.plugins/org.ec …
dirname是在Linux上,用來顯示檔案所處的路徑,使用上必須在命令後面加上字串,這個字串是檔案的完整路徑,也就是 “路徑+檔名” 的形式,如: ”path/to/checkfile.txt” 所以我們只要取得路徑名稱時,只要使用下列命令, dirname &# …
千呼萬喚,Android Ice Cream Sandwich終於釋出了,隨著發表會盛大舉行,Android 4.0 SDK也跟著推出。一看到新版SDK的訊息,二話不說就趕快更新了,現在來看看隨SDK附送的Android 4.0 Emulator是怎麼樣子吧! 首先我們看看手機版的介面,一開始看到的當然是開機進入Hom …