标签: android eclipse
我正在开发一些Android应用程序,我有相同的文件从这个项目共享,我把它放在我的Mac上的文件夹中。 我把我的文件放在我的项目的原始文件夹中,没有副本,但只链接了文件。 函数getResources().openRawResource(R.raw.filename)给我一个错误并告诉我can't find the files。
getResources().openRawResource(R.raw.filename)
can't find the files
为什么呢?我正在使用eclipse。
提前谢谢