当前位置:网站首页>R file not found problem
R file not found problem
2022-08-08 17:18:00 【Wholehearted】
Package is used for classification, and remember that the class name should be big hump
When creating an activity in a new subdirectory, the R file will not be found, and R is red
Solution:
Press alt+enter to automatically import the package, or put it in the red place, click more action, and see the recommended processing method for you. Generally, the import package can be solved.
As for why the activity created outside the subdirectory does not have this R import package
Probably because com.xidian.diankan
already contains the R file
and you naturally need to import it in the subdirectory
边栏推荐
猜你喜欢
APICloud AVM 封装日期和时间选择组件
七、jmeter发出请求的逻辑
项目管理流程包含哪些
【LeetCode】试题总结:深度优先搜索 (DFS)
The latest research from PNAS: 81% problem solving rate, neural network Codex opens the door to the world of advanced mathematics
arxiv国内镜像——快速下载
使用电脑通过VNC Viewer远程连接树莓派4B
文件操作和IO
[Paper Reading] RAL 2022: Receding Moving Object Segmentation in 3D LiDAR Data Using Sparse 4D Convolutions
leetcode:313. 超级丑数
随机推荐
【20210923】Choose the research direction you are interested in?
Are Huishang Futures official and reliable?Is it safe to open an account in Huishang Futures?
L2-011 玩转二叉树 (25 分) (二叉树)
Tensorflow教程(六)——变量基础操作
laravel数据库: 查询构造器
永续合约交易所系统开发逻辑详情
【教程2】疯壳·ARM功能手机-测试程序介绍
转载,fragment讲的很好的大佬
中金证券股票开户流程是什么,我需要准备身份证吗,安全吗
L2-028 秀恩爱分得快 (25 分)
glide4入门
ARP协议详解,小白易懂
L2-015 互评成绩 (25 分)
C1. Pokémon Army (easy version)
laravel - 查询构建器2
L2-010 排座位 (25 分) (DFS)
L2-012 关于堆的判断 (25 分)(堆)
史上最强IDEA工具使用教程,你想要的全都有!
1dp到底多大!
R文件找不到问题