[mono-android] Designer Error

2012-05-15 Thread José M . Rivera
I am getting the following error when trying to open a layout (.axml) with the new Designer: "The layout could not be loaded: PI must not start with xml (position:unknown @1:5 in java.IO.InputStreamReader@17766806)" Any help? ___ Monodroid mailing list

Re: [mono-android] Designer Error

2012-05-15 Thread José M . Rivera
Lluis Sanchez Gual wrote > > Make sure the initial processing instruction (the tag) is the > first one in the file, and that there is no whitespace before it. > I checked and the tag is the first one on the file and also ther is no whitespace before it. Even though the designer falied when i r

Re: [mono-android] Designer Error

2012-05-15 Thread José M . Rivera
NebulaSleuth wrote > > I had the same problem. It was because my design file used an > statement. > > It appears that the designer doesn't like it, or has a problem resolving > the path. This is unfortunate because I use them whenever I have a > element. > Yes, my design file has the tag

Re: [mono-android] Designer Error

2012-05-16 Thread José M . Rivera
Lluis Sanchez Gual wrote > > I am unable to reproduce this problem. Can you send me a sample layout > (+included files) I could use to reproduce the error? > http://mono-for-android.1047100.n5.nabble.com/file/n5709822/tittle_header.axml tittle_header.axml http://mono-for-android.1047100.n5.nab

Re: [mono-android] Designer Error

2012-05-16 Thread José M . Rivera
Lluis Sanchez Gual wrote > > Are you using Windows or Mac? MonoDevelop or Visual Studio? > I am using Windows 7 64bits and Visual Studio 2010. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Designer-Error-tp5709771p5709827.html Sent from the Mono for Android ma

Re: [mono-android] Visual Studio 2010 crashes when opening a new or existing Mono for Android project after upgrade to 4.2.1

2012-05-21 Thread José M . Rivera
keef103 wrote > > After upgrade to 4.2.1 Visual Studio 2010 crashes when I create a new Mono > for Android project or when I attempt to open an existing Mono for Android > project > I got the same problem but only when I have a device connected before opening the solution. If I disonnect the de

[mono-android] Can't debug after upgrading to version 4.6

2013-04-04 Thread José M . Rivera
Hi, Please help!! I upgraded Mono for Android to version 4.6 and I am using VS2010 and now I can't stop at any breakpoint. I need to solve this as soon as possible so please help! ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFOR

[mono-android] Sharing Code Between MonoTouch and MonoDroid

2011-11-14 Thread José M . Rivera
What is the best or correct way to share business logic between MonoTouch and MonoDroid. Do I need to have to different projects and maintain both? Thanks ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximia

Re: [mono-android] Being driven insane....

2011-11-29 Thread José M . Rivera
I got around this problem by adding a constructor with no parameters to my class. Now it's working perfect. This is working for me: [Serializable] public class MyClass { #region "Global Variables" private string mGender; private bool mSmoker; private D

Re: [mono-android] Deserialize from Intent.GetStringExtra issue

2011-11-29 Thread José M . Rivera
This is working for me: ** My Class ** [Serializable] public class MyClass { #region "Global Variables" private string mGender; private bool mSmoker; private DateTime mDOB; #endregion #region "Constructors"

[mono-android] Mono for Android on Kindle Fire

2012-01-04 Thread José M . Rivera
Hi, I will like to know if an application develop with Mono for Android can be run on a Kindle Fire without a problem. ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] Mono for Android on Kindle Fire

2012-01-05 Thread José M . Rivera
HSSoftware wrote > > Yes it can, no problem. We developed our Art Authority app with M4A in > about 50 days, and it is now in Amazon's store for the Kindle Fire. > Can you install the app only from the Amazon App Store? Can you install the app directly (unknown sources)? -- View this message i