我下載Android SDK之後運行Android SDK Manageer.exe更新了一整天,然後在Eclipse中裝上ADT,差不多弄完之後開始寫第一個Android程序:HelloWrold,一步一步創建了這個工程之後,按照教材上所說的,點開activity_main.xml這個文件在應該出現一個可以直接往裡面拖控件的界面啊,可是我的界面裡面就是什麼都沒有,然後就出現以下信息:
Failed to find the style corresponding to the id 2130772026
Failed to find the style corresponding to the id 2130771996
java.lang.NullPointerException
Exception details are logged in Window > Show View > Error Log
The following classes could not be instantiated:
在 eclipse 裡將 layout 圖形化編輯裡,上面有一排按鈕,有個選android api level的按鈕,鼠標放上去顯示”android version to use when rendering layout in Eclipse",
此處嘗試將 api level 修改為 20,這個api level 不影響程序,只是用於eclipse layout 渲染用