美文网首页Android Tips
找不到Android API 26的源码?

找不到Android API 26的源码?

作者: BobEve | 来源:发表于2017-07-28 15:55 被阅读61次

Targeting API 26, what do to about those missing sources?

找到了JakeWharton大神给的操作方法,如下:

cd SDK/sources
cp -R android-25 android-26
cd android-26
vi/emacs/nano package.xml
# Find/replace 25 with 26
vi/emacs/nano source.properties
# Find/replace 25 with 26

Reboot AS and enjoy.

相关文章

网友评论

本文标题:找不到Android API 26的源码?

本文链接:https://www.haomeiwen.com/subject/adcflxtx.html