編輯:初級開發
2. Ubuntu9.10下編譯有兩個問題
frameworks/policIEs/base/PolicyConfig.mk:22: *** No module defined for the given PRODUCT_POLICY (android.policy_phone). Stop.line 89 in build/tools/findleaves.sh
#find "${@:0:$nargs}" $findargs -type f -name "$filename" -print |
find "${@:1:$nargs-1}" $findargs -type f -name "$filename" -print |frameworks/base/tools/aidl/AST.cpp:10: error: 'fprintf' was not declared in this scopeapt-get install gcc-4.3 g++-4.3, ln -s gcc 和g++到 gcc-4.3 和g++-4.3
3. 如果編譯cupcake DEBUG版本的話,會出現固定地址庫大小越界問題,調整4k應該就可以。/build/core/prelink-Linux-arm.map中修改連接出錯的庫即可。具體還沒完全搞定,記得住的下次再更新
最後廢話一句,總覺得同時做MS和android很詭異,呵呵。
Nexue One是有一定的緣分的,記得是在1月12號的晚上寫的Nexus One評測,因為對這款手機的關注,使得在奔赴下一個工作征程的時候最後用Nexu
1. 一些常用的公共屬性介紹1) layout_width - 寬fill_parent: 寬度和父元素相同,wrap_content: 寬度隨本身的內容所調整,或者指
完整代碼如下:package com.example.android.apis.app;import com.example.android.apis.R;import