Can not resolve method 'findViewById(int)'

前端 未结 9 834
孤城傲影
孤城傲影 2021-02-05 03:08

I\'m having a trouble with findViewByid but I can\'t find where the problem is.

Here\'s my FirstFragment class code:

import and         


        
9条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-05 03:43

    I meet the same question in Android studio learning,just because I create the project by Fragment. Choose Blank Activity with no Fragment would solve it.

提交回复
热议问题