2012/09/19
AVD - 如何產生新的 Android 虛擬機
C:\Users\user\AppData\Local\Android\android-sdk\tools>android create avd -n test -t 1
Auto-selecting single ABI armeabi
Android 2.2 is a basic Android platform.
Do you wish to create a custom hardware profile [no]no #不客製化#
Created AVD 'test' based on Android 2.2, ARM (armeabi) processor,
with the following hardware config:
hw.lcd.density=240
vm.heapSize=24
C:\Users\user\AppData\Local\Android\android-sdk\tools>
android 指令
參數入下:
create : 產生新的VM.
-n : VM的名字.
-t : 指定開發平台的版本.
VoiceHero 九折優惠碼
用我的優惠碼 v_t9msjy 購買 Hero 或 Vclass 課程,都能享有 9 折優惠 ! 馬上報名:https://bit.ly/34w3dif
-
由於FileZilla Server FTP 是使用Passive Mode,所以除了一般知道的 20,21 port之外。 也需要另外設定資料傳輸要走的 port。 FileZilla Server設定方式如下: 假設我設定了固定的port 範圍 8000 ~ 8100。...
-
mac 還原的方法. 這邊要提到的是還原到出廠的預設系統. 以我自己的 macbook air 13 為例. 按下電源的時候同時按下 command + R,稍等一回後,畫面會出現地球的圖示. 過一回後,會要求連線無線網路。( 看不到無...
-
資料取得上,除一般透過輸入的資料外,也常會使用到時間的紀錄。 而時間的取得就可以透過 TimePicker 或 DatePicker 來即時取的當下的時間。 當然這時間可以再另做設定,只是透過這樣的方法,使用者在輸入資料的時候。 可以避免資料的輸入手誤或錯誤等等。 ...