Android 工具之mksdcard

本文介绍如何使用mksdcard工具创建适用于Android模拟器的空白FAT32镜像文件。文中详细解释了mksdcard命令的参数设置及示例,包括指定镜像大小和标签的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

http://blog.youkuaiyun.com/yangwen123/article/details/8909648


使用mksdcard工具可以创建sdcard镜像文件,用法如下:

[plain]  view plain  copy
  1. mksdcard: create a blank FAT32 image to be used with the Android emulator  
  2. usage: mksdcard [-l label] <size> <file>  
  3.   
  4.   if <size> is a simple integer, it specifies a size in bytes  
  5.   if <size> is an integer followed by 'K', it specifies a size in KiB  
  6.   if <size> is an integer followed by 'M', it specifies a size in MiB  
  7.   if <size> is an integer followed by 'G', it specifies a size in GiB  
  8.   
  9. Minimum size is 9M. The Android emulator cannot use smaller images.  
  10. Maximum size is 1099511627264 bytes, 1073741823K, 1048575M or 1023G  

例如创建一个512M的T卡

mksdcard -l mycard 512M ~/mysdcard.img


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值