下载Android源代码编译错误总结

太过爱你忘了你带给我的痛 2022-07-14 00:30 251阅读 0赞

错误1:

prebuilts/sdk/api/18.txt:22055: error 9: Removed public method
android.telephony.gsm.SmsMessage.calculateLength(或者其他的类似错误)

解决方法:

1.http://blog.csdn.net/lpjishu/article/details/53256914
2.make update-api

错误2:

在终端中执行:emulator
出现emulator命令找不到

解决方法 :##

重新运行以下命令:

source build/envsetup.sh

lunch full-eng

之后再次运行 emulator 命令

发表评论

表情:
评论列表 (有 0 条评论,251人围观)

还没有评论,来说两句吧...

相关阅读