當在編譯android apk時候
此時再layout加入一個 edittext後
存檔完
輸入=> EditText01 = this.findViewById(R.....id
卻出現 . 後 id 跑不出來..............
再回去layout 的 main.xml 出現下列這行話:
This text field does not specify an inputType or a hint
然後怎麼存檔 就是不出現R.id
這時候試試看
project>clean 看看
輸入後 在存檔完 R.id 就出現了 ^^
EditText01 = this.findViewById(R.id.editText1);
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。