标签: android android-studio
我正在学习Android开发,并在此之后 Source但是,我收到了这个奇怪的错误。
我已经导入了正确的包但它仍然存在。有什么建议吗?
答案 0 :(得分:2)
使用:
A
需要施法转换。
如果您不想进行强制转换: 将replace: true TextView textView = (TextView)findViewById(R.id.textView); 升级到至少26。
如果您不想进行强制转换:
将replace: true TextView textView = (TextView)findViewById(R.id.textView); 升级到至少26。
replace: true
TextView textView = (TextView)findViewById(R.id.textView);