access assets from monodroid class library
问题 Is it possible to access files (with build action "AndroidAsset") from a monodroid class library in a monodroid application that references the class library ? I have created an "Assets" folder in the class lib and added a text file with build action "AndroidAsset", but from the app I could not access it via Assets.Open("file.txt"); I was hoping that the Assets from the class lib and the main application could somehow be "merged"... 回答1: No - you a can't access the assets from a class lib -