August 2010
2 posts
5 tags
Introducing 0xBench
Today (Aug 14) we are announcing the release of 0xBench, an open source Android benchmarking app developed by 0xlab.
0xBench comes with several built-in benchmarks including Linpack, Scimark2, LibMicro, … etc. 0xBench can also be extended. Developers can add their own benchmarks (either in native C or Java) to suit their needs.
0xBench is now on the Android Market. If you wish to try it on your...
3 tags
純文字介面Android程式開發
身為一個重度CLI控,只要看到下面的畫面必定先一陣手軟
因為c9s說真男人就是要用vim!XDDD
言歸正傳,要使用純文字介面開發 Android 應用程式,(據我所知)你有以下兩個選擇:
〈方案A〉
利用 android-sdk/tools/android 命令來建立一個新的專案,或幫已經用 Eclipse 建立的專案建立必須的檔案,
建立的方法: android create project —target [ver] —package [x.y.z] —activity [name] —path [dir]
轉換的方法: android update project -p [dir]
之後便可以開心的(?)使用 vim, emacs, 之類你最愛的CLI editor 來 coding (rock)
至於編譯與 deploy...