Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はいくつかの Android アプリを開発しています。このプロジェクトから同じファイルを共有しています。Mac のフォルダーに入れました。ファイルをコピーせずにプロジェクトの生フォルダーに入れましたが、ファイルをリンクしただけです。関数getResources().openRawResource(R.raw.filename)は私にエラーを返し、私に言ったcan't find the files.
getResources().openRawResource(R.raw.filename)
can't find the files
なんで?エクリプスを使用しています。
前もって感謝します