我如何解决在Android Studio中的raw文件夹问题?

huangapple go评论76阅读模式
英文:

How can i fix my problem with raw folder in Android Studio?

问题

我正在尝试制作我的第一个Android应用程序,但遇到了一个问题。
在res文件夹中我已经创建了raw文件夹(res->New->Directory),我的问题是,当我进入代码并写入R.raw时,"raw"这个单词会变成红色(raw文件夹未被识别)。
我该如何解决这个问题?

英文:

i'm trying to do my first Android app but i've a problem.
I've created in the res folder the raw folder (res->New->Directory), my problem is that when i go into the code and i write R.raw the raw word appear red (raw folder isn't reconized).
How can i fixed it?

答案1

得分: 0

如果您能创建原始文件夹,请按步骤操作:

res -> new -> Android资源目录 -> 资源类型 -> 选择Raw -> 确定

英文:

If you can create the raw folder, follow step by step

res -> new -> Android Resource Directory -> Resource Type -> Select Raw -> Ok

huangapple
  • 本文由 发表于 2020年4月6日 01:58:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/61047039.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定