Re: [mono-android] Mono for android check installed version

2012-05-08 Thread Miljenko Cvjetko
Hi Geez if You still have to learn... I'm gonna die learning... So let see: http://docs.xamarin.com/android/advanced_topics/working_with_androidmanifest.xml has a link to mandroid.exe, but broken... (http://docs.xamarin.com/android/about/tools/mandroid.exe) So mandroid.exe is winexe - for rem

Re: [mono-android] new project types in 4.1

2012-05-08 Thread johnHolmes
Thanks everyone for the help! I've currently freezed the implementation of OF. I will back in few days. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/new-project-types-in-4-1-tp5654857p5692916.html Sent from the Mono for Android mailing list archive at Nabble.com

Re: [mono-android] i cannot connect network (webview)

2012-05-08 Thread Jonathan Pryor
On Apr 26, 2012, at 12:26 AM, Arvin Hsieh wrote: > I have a problem in the run android virtual machine. > I cannot from android virtual machine the webview connect network. ... > But i just cannot from app the webview show webpage. This is usually because the emulator doesn't have networking enabl

Re: [mono-android] Mono for android check installed version

2012-05-08 Thread Jonathan Pryor
On May 8, 2012, at 3:15 PM, Jonathan Pryor wrote: > Oops; mandroid.exe is a winexe, and thus can't write to the terminal. > `mandroid --version` will work on OS X...but that won't help on Windows. What will work on Windows is redirecting output to a file: > mandroid --version # n

Re: [mono-android] Mono for android check installed version

2012-05-08 Thread Jonathan Pryor
On May 3, 2012, at 4:47 AM, Miljenko Cvjetko wrote: > Justr tried it and nothign returned > > C:\Program Files\Android\android-sdk-windows\platform-tools>cd > "%PROGRAMFILES%\MSBuild\Novell\" > C:\Program Files\MSBuild\Novell>mandroid.exe --version Oops; mandroid.exe is a winexe, and thus can't

Re: [mono-android] Adding custom resources to apk

2012-05-08 Thread PVoLan
Sounds good. Will wait for 4.1 release (= -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Adding-custom-resources-to-apk-tp5687687p5695310.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodro

Re: [mono-android] Adding custom resources to apk

2012-05-08 Thread Jonathan Pryor
On May 8, 2012, at 12:05 PM, PVoLan wrote: > Hmmm, aren't you using web-version of mailing list? No. This is an email list. I'm using an email program. In any event, I've tested your adding PayPal_MPL.jar to a project and the com/paypal/android/utils/data/data.bin and com/paypal/android/utils/d

Re: [mono-android] Adding custom resources to apk

2012-05-08 Thread PVoLan
//I don't see an attached file. :-) Hmmm, aren't you using web-version of mailing list? ( http://android.xamarin.com/Forums ) (= http://mono-for-android.1047100.n5.nabble.com/file/n5687687/PayPal_MPL.jar //Could you try this on one of the 4.1 alphas? Sorry, not now. Maybe a bit later, if I'll fi

Re: [mono-android] Adding custom resources to apk

2012-05-08 Thread Jonathan Pryor
On May 8, 2012, at 10:33 AM, PVoLan wrote: > It doesn't. At least for library attached. I don't see an attached file. :-) Could you try this on one of the 4.1 alphas? Thanks, - Jon ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE IN

Re: [mono-android] SQLiteOpenHelper subclass usage in Mono for Android Class Library

2012-05-08 Thread Jonathan Pryor
On May 8, 2012, at 9:19 AM, vpa wrote: > However I didn't understand why there is no problem when my class is included > in the app project and not in the class library project while app's linking > mode is full !!! The linker considers every type and member within the application assembly to b

Re: [mono-android] Adding custom resources to apk

2012-05-08 Thread PVoLan
/*If they need to be copied as-is into the .apk, I thought that setting the .jar's Build action to AndroidJavaLibrary would do that already. If it doesn't, please file a bug. */ It doesn't. At least for library attached. Create empty monodroid project, add this .jar file as "AndroidJavaLibrary" an

Re: [mono-android] SQLiteOpenHelper subclass usage in Mono for Android Class Library

2012-05-08 Thread vpa
Jon, I really appreciate your immediate response that helped me to solve my problem. My app's linking mode was full and after following your advice and reading xamarin's article at http://docs.xamarin.com/android/advanced_topics/linking I understood what the real problem was. However I didn't un

Re: [mono-android] intellisense in the layout editor

2012-05-08 Thread Lluis Sanchez Gual
Added to the TODO list. El 04/05/2012, a las 19:00, Wally McClure escribió: > I love the layout editor in 4.1.1. I was just experimenting on the mac. I > was wondering if there might be some way to get the intellisense to select > the appropriate string resource. I see that I would have to k