發表文章

目前顯示的是 4月, 2012的文章

Android專案更新

android升級到4.X之後我發現我舊的專案都不work 於是去google之後發現可以用android update project這個命令(command) 於是要先叫出command line並將目錄切換到android sdk 的tools/目錄下 之後在command line內輸入  android update project --name <要更新的專案名稱> --target <不知道target id就輸入android list targets就知道了> --path <要更新專案的所在路徑> 之後可能還會有點錯誤 但看eclipse的console得知對該專案點右鍵有個Android Tools 再來選Fix Project Properties就可以了! http://developer.android.com/guide/developing/projects/projects-cmdline.html#UpdatingAProject