源代码编译sdk ,出现问题

> make sdk

out/target/product/generic/system/lib/libgccdemangle.so
development/build/sdk.atree:250: couldn't locate source file: system/app/ConnectivityTest.apk
development/build/sdk.atree:251: couldn't locate source file: system/app/GpsLocationTest.apk
make: *** [out/host/linux-x86/sdk/android-sdk_eng.root_linux-x86.zip] 错误 44

解决方法:

 

$ source build/envsetup.sh

 

initialize some commands for android compile system

 

$lunch sdk-eng

 

The item have not been listed in the printed console list, but it still support the function

 

$make sdk

 

posted @ 2013-04-18 19:26  坏混混  阅读(389)  评论(0)    收藏  举报