gpt4 book ai didi

android - R.drawable.icon - 找不到符号

转载 作者:太空狗 更新时间:2023-10-29 16:37:46 38 4
gpt4 key购买 nike

我的代码中有这个:

    Notification notification = new Notification.Builder(Extension.mainContext)
.setContentTitle(title).setSmallIcon(R.drawable.icon)
.setContentText(message)
.setContentIntent(pIntent).build();

当我尝试编译它时,会发生这种情况:

[javac] /.../MainApp.java:42: cannot find symbol
[javac] symbol : variable icon
[javac] location: class android.R.drawable
[javac] .setContentTitle(title).setSmallIcon(R.drawable.icon)

Google 上到处都说我应该将 icon.png 放在 res/drawable 文件夹中。我使用的是 Haxe/OpenFl,所以它会为所有分辨率生成文件夹:drawable-hdpi、drawable-ldpi、drawable-mdpi、drawable-xhdpi,文件在所有文件夹中。最初我以为是缺少实际的“drawable”文件夹,但我手动创建了它但没有帮助。

有没有人想到任何其他可能对此产生影响的因素?

谢谢。

最佳答案

你的 R 导入语句在这门课中说了什么?看起来你在导入 android.R 时想要导入 yourpackage.R,或者根本不导入任何 R(也应该默认为你的包)

关于android - R.drawable.icon - 找不到符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24421156/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com