android 找不到符号r,为什么我得到一个错误:在R类中找不到符号变量

本文档详细介绍了在Android应用开发中遇到的'找不到符号R'错误的场景,具体表现为无法解析activity_fullscreen等资源ID。开发者检查了代码、导入和XML布局文件,尝试了清理项目、重启Android Studio等常见解决方法,但问题依然存在。解决方案是避免导入android.R,确保导入正确的应用包中的R类。
摘要由CSDN通过智能技术生成

以下源代码应制作图片并将其显示在屏幕上.但是我遇到了一些错误.无法解析符号’activity_fullscreen’,与imageView1,dummy_button,fullscreen_content和fullscreen_content_controls相同.

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_fullscreen);

mVisible = true;

mControlsView = findViewById(R.id.fullscreen_content_controls);

mContentView = findViewById(R.id.fullscreen_content);

// Set up the user interaction to manually show or hide the system UI.

mContentView.setOnClickListener(new View.OnClickListener() {

@Override

public void onClick(View view) {

toggle();

}

});

// Upon interacting with UI controls, delay any scheduled hide()

// operations to prevent the jarring behavior of controls going away

// while interacting with the UI.

findViewB

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值