No view found for id 0x7f090005

后端 未结 2 1070
太阳男子
太阳男子 2021-01-23 23:39

I\'m starting to build a simple Android app so when I press my video button it calls a fragment which contains the video player, but I\'m always getting: No view found for id 0x

2条回答
  •  闹比i
    闹比i (楼主)
    2021-01-24 00:22

    Could you check whats the equivalent view for the id '0x7f090005' in the R.java file. It should be under gen folder of your project. The framework is not able to find this under the resource file that you have in this java class.

提交回复
热议问题