昨晚在編譯源碼,make一段時間之後報錯如下:# A fatal error has been detected by the Java Runtime Environment:## SIGSEGV (0xb) at pc=0x40362d33, pid=12195, tid=2835454784## JRE version: 6.0_45-b06# Java VM: Java HotSpot(TM) Server VM (20.45-b01 mixed mode linux-x86 )#
今天想讓按鍵暫時無效,滿足一定條件下才可以被使用者按到。最初以為是setClickable,誰知搞錯了。請看手冊:public void setClickable (boolean clickable)Since: API Level 14Sets whether this node is clickable.Note: Cannot be called from an AccessibilityService. This class is made immutable before
http://www.cnblogs.com/tnxk/archive/2012/08/30/2663146.html用過ubuntu,現在想換換LinuxMint試試看。下面是我安裝配置LinuxMint13的過程。1、安裝安裝LinuxMint13時,我嘗試了好多種方法,都失敗了。最後選用了硬碟安裝。硬碟安裝Linuxmint和安裝ubuntu一樣。1.1、準備工作1、從linux mint的官方網站http://www.linuxmint.com/ 下載linux mint
Download Android 1.5 NDK, Release 1June 2009 The Android NDK is a companion tool to the Android SDK that lets Android application developers build performance-critical portions of their apps in native code. It is designed for use only in conjunction
Linux系統中處理序間通訊的方式有:socket, named pipe,message queque, signal,share memory。Java系統中的處理序間通訊方式有socket, named pipe等,android應用程式理所當然可以應用JAVA的IPC機制實現進程間的通訊,但我查看android的源碼,在同一終端上的應用軟體的通