I think you have to mark the files as something in the drop down so they get copied over, as well.
Have you read this? http://docs.xamarin.com/android/advanced_topics/using_android_assets On Sun, Jul 15, 2012 at 12:19 PM, Matthew Leibowitz < [email protected]> wrote: > I think its Context.Assets > > Typeface.CreateFromAsets(this.Assets, ........ > On Jul 15, 2012 7:15 PM, "SBlank" <[email protected]> wrote: > >> Hi, >> What is the equivalent for getAssets() ? I tried this.Assets but that >> throws an exception. >> >> Typeface font = Typeface.createFromAsset(**getAssets(), "someFont.ttf"); >> (Java) >> ______________________________**_________________ >> Monodroid mailing list >> [email protected] >> >> UNSUBSCRIBE INFORMATION: >> http://lists.ximian.com/**mailman/listinfo/monodroid<http://lists.ximian.com/mailman/listinfo/monodroid> >> > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > > -- Extreme Knowledge is not something for which he programs a computer but for which his computer is programming him. -Wozniak
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
