qualcomm 的android 编译

来源:互联网 发布:aix 多路径软件 编辑:程序博客网 时间:2024/05/14 03:58
JAVA_HOME=/opt/qcom/jdk6/jdk1.6.0_25/
PATH=$JAVA_HOME/bin:$PATH
export PATH
source build/envsetup.sh
choosecombo 1 1 8 3

make -j4  (4 CPU个数,可根据PC硬件性能,适当改大)


v  执行source build/envsetup.sh命令

v  执行choosecombo命令,出现选择对话框

u  Build for the simulator or the device?

u       1. Device

u       2. Simulator

u   

u  Which would you like? [1]    

u    

u  Build type choices are:

u       1. release

u       2. debug

u   

u  Which would you like? [2]

u   

u  Product choices are:

u       1. core

u       2. full_dream

u       3. full

u       4. full_passion

u       5. full_sapphire

u       6. generic_dream

u       7. generic

u       8. generic_passion

u       9. generic_sapphire

u       10. msm7625_qrd

u       11. msm7627_ffa

u       12. msm7627_surf

u       13. msm7630_surf

u       14. qsd8250_ffa

u       15. qsd8250_surf

u       16. sample_addon

u       17. sdk

u       18. sim

u  You can also type the name of a product if you know it.

u  Which product would you like? [generic] 3

u   

u  Variant choices are:

u       1. user

u       2. userdebug

u       3. eng

u  Which would you like? [eng]

 

如果执行这个命令的时候,报错:/bin/sh: Syntax error: "(" unexpected

#请执行$sudo dpkg-reconfigure dash命令,并选择“否”;

0 0
原创粉丝点击