findViewById() returns null for custom component in layout XML, not for other components

前端 未结 18 1494
情歌与酒
情歌与酒 2020-11-28 10:36

I have a res/layout/main.xml including these elements and others:



        
18条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 11:28

    For me, the problem was solved when I added the res folder to the Source in Java Build Path in project Settings.

提交回复
热议问题