分享

编译android sdk 遇到的问题

 android之情殇 2013-01-12

编译android sdk 遇到的问题

类似“W/ResourceType( 2888): Unable to get buffer of resource asset file ”这样的错误。是编译sdk的时候设置不正确。
正确的方法是:
在make sdk之前先执行'lunch sdk-eng'或者是:在没有执行过'build/envsetup.sh'的shell终端中直接执行'make PRODUCT-sdk-sdk'

Re: "Using lunch master without the GUI. No such file: sdk-eng." error while building

The command is not "./build/envsetup.sh", it's "source
build/envsetup.sh", abbreviated as ". build/envsetup.sh".

Without that, the Android lunch command doesn't get added to your
shell and you're falling back to some other command installed on your
system that has nothing to do with Android.


在linux下边make的sdk默认是linux版本的,有一个文件里边说明了怎么编译win下的sdk。
在\android\sdk\docs里边howto_build_SDK.txt
里边详细说明了如何编译sdk。包括linux,mac,win下的各种版本。
祝楼主好运~

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多