Android模擬器應(yīng)用技巧有哪些,相信很多沒有經(jīng)驗的人對此束手無策,為此本文總結(jié)了問題出現(xiàn)的原因和解決方法,通過這篇文章希望你能解決這個問題。
創(chuàng)新互聯(lián)建站專注于譙城網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供譙城營銷型網(wǎng)站建設(shè),譙城網(wǎng)站制作、譙城網(wǎng)頁設(shè)計、譙城網(wǎng)站官網(wǎng)定制、小程序開發(fā)服務(wù),打造譙城網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供譙城網(wǎng)站排名全網(wǎng)營銷落地服務(wù)。
如果我們想對Android操作系統(tǒng)進行相應(yīng)改變的換,需要通過模擬器的應(yīng)用來進行相關(guān)操作。在這里就先為大家介紹一下有關(guān)Android模擬器應(yīng)用技巧,讓大家對這一模擬器有一個初步的認識。
1. 在Android模擬器上安裝和卸載APK包
adb install [-l] [-r] < file> - push this package
file to the device and install it('-l' means forward-lock the app) ('-r' means
reinstall the app, keeping its data)adb uninstall [-k] < package> - remove this
app package from the device('-k' means keep the data and cache directories)
安裝:
adb install filename.apk D:\android-sdk\tools>adb install filename.apk * daemon not running. starting it now * * daemon started successfully * 347 KB/s (111196 bytes in 0.312s) pkg: /data/local/tmp/filename.apk Success
卸載:
adb uninstall filename.apk
或者
adb shell rm data/app/filename.apk
2. 在Android模擬器上使用sd card
生成sdcard鏡像文件:
mksdcard: create a blank FAT32 image to be
used with the Android emulatorusage: mksdcard [-l label] < size> < file>
if < size> is a simple integer,
it specifies a size in bytesif < size> is an integer followed by 'K',
it specifies a size in KiBif < size> is an integer followed by 'M',
it specifies a size in MiBD:\android-sdk\tools>mksdcard.exe -l
sdcard 2048M sdcard.img
啟動模擬器:emulator -sdcard sdcard鏡像文件
例如: emulator -sdcard sdcard.img
將資源放入到sdcard里面: adb push source-file /sdcard
例如:
D:\android-sdk\tools>adb push NOTICE.txt /sdcard 1088 KB/s (156733 bytes in 0.140s)
使用命令adb shell 查看sdcard目錄:
D:\android-sdk\tools>adb shell # ls sdcard NOTICE.txt
看完上述內(nèi)容,你們掌握Android模擬器應(yīng)用技巧有哪些的方法了嗎?如果還想學(xué)到更多技能或想了解更多相關(guān)內(nèi)容,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝各位的閱讀!
本文題目:Android模擬器應(yīng)用技巧有哪些
標(biāo)題路徑:http://aaarwkj.com/article28/gjjdcp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站收錄、網(wǎng)站制作、企業(yè)網(wǎng)站制作、品牌網(wǎng)站制作、品牌網(wǎng)站建設(shè)、小程序開發(fā)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)