2010年12月6日 星期一

【Android】Unable to upload file: timeout

錯誤
java.io.IOException: Unable to upload file: timeout
Launch canceled!
app無法上傳到手機或模擬器。
而且clean專案、重開機(模擬器)、重開eclipse、重開電腦,都沒用。

2010年11月14日 星期日

【Android】simplecursoradapter column '_id' does not exist

錯誤
在建構 SimpleCursorAdapter 時 try catch出
column '_id' does not exist
的錯誤訊息。
try{
    SimpleCursorAdapter adapter =
        new SimpleCursorAdapter(this, android.R.layout.simple_list_item_1, 
        mNotesCursor, from, to);
    setListAdapter(adapter); 
}catch(Exception ex){
    Log.e("Note class", "error: " + ex.getMessage(), ex);
}  

2010年11月12日 星期五

【Android】Permission Denial: starting Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] from null (pid=-1, uid=-1) requires null

錯誤
ActivityManager: java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] from null (pid=-1, uid=-1) requires null

2010年11月3日 星期三

【Android】Unable to upload file: Local file doesn't exist.

錯誤訊息
Failed to upload xxxx.apk on device 'emulator-xxxx'
java.io.IOException: Unable to upload file: Local file doesn't exist.

2010年10月26日 星期二

【Critic】I Will Teach You To Be Rich

《I Will Teach You To Be Rich 我教你變成有錢人》

這是本實做型的平民理財書,尤其個人信用部分讓我覺得很受用,譯者有針對台灣的情況提供需要的地區資訊實屬難得。

跟富爸爸窮爸爸相比,這本的主軸完全是實務操作內容為主,觀念部分只有提比較重要的大觀念,並佐以數據說明。

從基本的理財的重要性到各式實務操作(建立個人信用、設立儲蓄帳戶、自動轉帳與投資等等)都有簡單明確的介紹。

這篇主要是我看過書之後撰寫得一些重點筆記,內容是以台灣的現況部分為主,如果有各個項目的實作結果我也會再貼上來分享。