标签: android android-studio
final WatchViewStub stub = (WatchViewStub) findViewById(R.id.WatchViewStub);
Error: Unexpected cast to WatchViewStub: layout tag was RelativeLayout
这是什么意思?这段代码从一开始就在文件中,所以我不明白为什么它不起作用。非常感谢所有帮助。