Re: [mono-android] Problem to access assets files

2011-05-24 Thread Carlos Alberto Cortez
Hello, It seems that for some reason the file is not being 'registered' as an actual asset file, even if being bundled with the apk. To do so, click on the file on the solution explorer, and then change "Build action" to "AndroidAsset" in the properties window. Carlos. 2011/5/24 david.chhang

[mono-android] Problem to access assets files

2011-05-24 Thread david.chhang
Hi, I just want to access to a .txt file in the assets folder. this is my code : protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); var tv = new TextView(this);