作者SuperLiChun (飛天魯肉飯)
看板AndroidDev
標題[問題] 新手問題請教
時間Sat Feb 7 16:04:48 2015
最近自己看書學著寫簡單的APP
在一開始就碰到問題QQ
想做按按鈕會改變顯示的文字
textView和Button的錯誤燈泡顯示cannot be resolved or is not a field
不知道怎麼修改
請教各位板友
http://ppt.cc/6BlY
http://ppt.cc/wLqS
--
有些事情現在不做 一輩子都不會做了
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.134.18.196
※ 文章網址: https://webptt.com/m.aspx?n=bbs/AndroidDev/M.1423296300.A.39D.html
1F:推 givemepass: 加個sp在後面 02/07 16:09
2F:→ corrupt003: android:textSize="50sp" 02/07 16:36
3F:推 lazior: textView1的textSize忘了加單位sp,同樓上所說 02/08 23:52
4F:→ lazior: 因為出錯所以還沒將這個id寫進.R檔裡面,才會造成無法呼叫 02/08 23:53
5F:推 agreerga: 要Build Project R檔才抓得到ID 02/09 18:18