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();
Toast.MakeText(this, text, ToastLength.Short).Show();

Emiel
___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


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 place, when I upload the apk I
> am getting
>
> The icon path specified by the manifest is not in the apk.
>
> I only have one icon under \Drawable
>
> ___
>
> *Ed Scott *|***Microsoft Certified Solutions Developer (MCSD)*
>
> www: http://www.gencode.com 
>
> emaill: esc...@gencode.com 
> Location: Earth, Milkyway Galaxy
>
>
>
> ___
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid

___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


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] 
Sent: Sunday, May 22, 2011 10:16 PM
To: Discussions related to Mono for Android
Cc: w...@gencode.com
Subject: Re: [mono-android] The icon path specified by the manifest is not
in the apk.

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_M
arketplace

Good Luck!
Jonathan


On 5/22/2011 8:25 PM, w...@gencode.com wrote:
> I am trying to put my app in the market place, when I upload the apk I 
> am getting
>
> The icon path specified by the manifest is not in the apk.
>
> I only have one icon under \Drawable
>
> ___
>
> *Ed Scott *|***Microsoft Certified Solutions Developer (MCSD)*
>
> www: http://www.gencode.com 
>
> emaill: esc...@gencode.com 
> Location: Earth, Milkyway Galaxy
>
>
>
> ___
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid


___
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid