Re: [mono-android] First Prog - Issue Opening XML in Resources Directory

2011-05-22 Thread Emiel Metselaar
Try the following code sample (place Test.txt in the Assets folder) var input = Assets.Open("Test.txt"); string text; // Use a StreamReader to read the data using (StreamReader sr = new StreamReader(input)) text = sr.ReadToEnd();

Re: [mono-android] The icon path specified by the manifest is not in the apk.

2011-05-22 Thread Jonathan Pobst
Hello, The solution for this error has been added to the top of the Marketplace uploading guide: http://mono-android.net/Documentation/Guides/Preparing_Package_for_Android_Marketplace Good Luck! Jonathan On 5/22/2011 8:25 PM, w...@gencode.com wrote: > I am trying to put my app in the market p

Re: [mono-android] The icon path specified by the manifest is not in the apk.

2011-05-22 Thread www
Thank you ___ Ed Scott | Microsoft Certified Solutions Developer (MCSD) www: http://www.gencode.com emaill: esc...@gencode.com Location: Earth, Milkyway Galaxy -Original Message- From: Jonathan Pobst [mailto:mon...@jpobst.com] Sen