Android源代码编译与调试相关问题
在lunch的时候,有这样一些选项lunch(generic,full,full_crespo,crespo4g,passion)-(user,userdebug,eng),在我的电脑上如果选择full-eng则编译完成后试用emulator -sdcard无法检测到sdcard,该问题没有解决方案。使用
lunch generic-eng
可以解决这个问题。
在lunch的时候,有这样一些选项lunch(generic,full,full_crespo,crespo4g,passion)-(user,userdebug,eng),在我的电脑上如果选择full-eng则编译完成后试用emulator -sdcard无法检测到sdcard,该问题没有解决方案。使用
lunch generic-eng
可以解决这个问题。