Home
Posts
About Me
What you think is what you get
Home
Posts
About Me
Menu
Posts filed under: Uncategorized
Uncategorized
Uncategorized
ant build error: The SDK Build Tools revision (x.x.x) is too low for project 'MainActivity'. Minimum required is 19.1.0
by
zgh149
28 11 月, 2014
0
Description: Use ant to build android project and show ......
Uncategorized
ant build error: build.xml does not exist!
by
zgh149
28 11 月, 2014
1
Description: when you created a android project and wan......
Uncategorized
使用 ant 手動產生 unsign apk
by
zgh149
28 11 月, 2014
0
為了自動化建置的需求, 原先經由 Eclipse 產生 unsign apk 的方式必須改成手動產生 雖然在官......
Uncategorized
CloneZilla Backup Error: Bitmap free count error
by
zgh149
27 11 月, 2014
0
Root Caused: unknow Solution: 選擇專家模式後再選擇 -fsck-src-part......
+
Uncategorized
TraceView
by
zgh149
7 7 月, 2014
1
Traceview 用來追蹤程式執行效能,主要可運用2種方式來產生效能分析圖(.trace) A-1.使用插入......
Uncategorized
XmlParser
by
zgh149
1 7 月, 2014
0
網路上一堆範例不如自己作一遍還來的了解 直接切入主題,這裡使用DOM來轉換xml,以步驟來說明 Step1. ......
Uncategorized
MonkeyRunner 紀錄
by
zgh149
24 6 月, 2014
0
Description: 首先MonkeyRunner主要是調用 /android-sdk-linux/too......
Uncategorized
java Excel 錯誤:Unable to recognize OLE stream
by
zgh149
25 4 月, 2014
1
Caused: 和許多google 找到的原因一樣 -> “jxl无法读取Excel2007......
Uncategorized
取得網頁原始碼
by
zgh149
7 2 月, 2013
0
使用 url 來取得網頁原始碼相當簡單,也能藉此加上其他自動化的功能如自動偵測股票網站的數值等等 import......
Uncategorized
取得執行時的各種特性(System.getProperties())
by
zgh149
6 2 月, 2013
0
System.getProperties() 可以取得各種特性 import java.util.Iterat......
7
8
9
10
11