Re: [mono-android] Failed to install package

2012-09-14 Thread Canning
Anyone? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Failed-to-install-package-tp5711716p5711809.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@lists.ximia

Re: [mono-android] Failed to install package

2012-09-06 Thread Canning
I am using MonoDevelop and I downloaded the sample compression file today. The following files are in the "MapsAndLocationDemo\bin\Debug" folder: MapsAndLocationDemo.dll MapsAndLocationDemo.dll.mdb MapsAndLocationDemo.pdb Here is the whole log file: Detecting shared runtime location Detectin

Re: [mono-android] Failed to install package

2012-09-05 Thread Maximilian Wilson
I haven't seen that error message before. Did you say you are in MonoDevelop, not VisualStudio? In VisualStudio I had to open ConfigurationManager and check "Deploy" before that sample would deploy. (I also had to make sure I specifically targeting an AVD with Google Maps installed on it, or I'd ge

[mono-android] Failed to install package

2012-09-05 Thread Canning
I currently have the evaluation version of MonoDevelop and have downloaded the samples including the MapsAndLocationDemo. How do I get it to work? When I try and start the code on the emulator, I get this message: Installing 'MapsAndLocationDemo.MapsAndLocationDemo-Signed' can't find 'C:\\Users

Re: [mono-android] Failed to install package

2012-07-16 Thread Terry151151
Windows Vista 64bit Ultimate -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Failed-to-install-package-tp5710446p5710908.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list M

Re: [mono-android] Failed to install package

2012-07-16 Thread Jonathan Pryor
On Jul 16, 2012, at 6:36 PM, Terry151151 wrote: > Just upgraded to MonoDevelop 3.0.3.4 and I still have the same problem. When > deploying to my device it can't find the file it just built. Which version of Windows? Thanks, - Jon ___ Monodroid mailin

Re: [mono-android] Failed to install package

2012-07-16 Thread Terry151151
Just upgraded to MonoDevelop 3.0.3.4 and I still have the same problem. When deploying to my device it can't find the file it just built. Output from Deploy to Device window: Detecting shared runtime location Waiting for packaging processing to complete Detecting package list location Getting pac

[mono-android] Failed to install package

2012-06-19 Thread Terry151151
I am unable to deploy under MonoDevelop. When deploying under VS works Ok. Under MonoDevelop (3.0.3.2) I get the following error even though the package does exist in the folder. Detecting shared runtime location Waiting for packaging processing to complete Detecting package list location Gett

Re: [mono-android] Failed to install package

2012-04-03 Thread Miljenko Cvjetko
Hi You cannot deploy to physical device with eval (free) version. regards mel On 2012.04.01 21:15, Majdeddine wrote: I have installed Mono for android free version. and tried to run Sample Hello World program but i am getting following error Please Help... In Deploy To Devoice Getting pack

Re: [mono-android] Failed to install package

2012-04-02 Thread Majdeddine
in a Physical Device -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Failed-to-install-package-using-Visual-Studio-C-tp5610788p5613567.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid m

Re: [mono-android] Failed to install package

2012-04-02 Thread Jonathan Pryor
On Apr 1, 2012, at 3:15 PM, Majdeddine wrote: > I have installed Mono for android free version. and tried to run Sample Hello > World program but i am getting following error Please Help... Does the Android Debug Log provide any additional error messages? http://docs.xamarin.com/android/

Re: [mono-android] Failed to install package

2012-04-02 Thread Majdeddine
please ... hurry up -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Failed-to-install-package-tp5610788p5610797.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Mon

[mono-android] Failed to install package

2012-04-02 Thread Majdeddine
I have installed Mono for android free version. and tried to run Sample Hello World program but i am getting following error Please Help... In Deploy To Devoice Getting package list from device Installing shared runtime package on device pkg: /data/local/tmp/Mono.Android.DebugRuntime-debug.apk

Re: [mono-android] Failed to install package

2012-02-23 Thread jclement
Ok, for my case it was cause by the MapView that I added recently. So the INSTALL_FAILED_MISSING_SHARED_LIBRARY was referring to the map component. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Failed-to-install-package-tp5502146p5508061.html Sent from the Mono fo

Re: [mono-android] Failed to install package

2012-02-22 Thread jclement
I get the same problem with MonoDevelop and the emulator. The first time I "Upload to Device" everything is fine. Then every time a upload again I get Installing package 1119 KB/s (46 bytes in 0.096s) pkg: /data/local/tmp/testandroid.testandroid-Signed.apk Failure [INSTALL_FAILED_MISS

Re: [mono-android] Failed to install package

2012-02-22 Thread johnHolmes
I'm having a similar issue, using the DEVICE. I can run and debug the application once. Later, if I hit a bug or stop the app and rerun the debug, it won't run anymore. It is really wired because once compiled it says: *Installing Pacakge Success Failed to install package* I need to close and r

Re: [mono-android] Failed to install package

2012-02-22 Thread laur
@lists.ximian.com Objet : Re: [mono-android] Failed to install package I am running it within MonoDev only.. Using -Run -Select Device -Start Emulator -Select Emulator (click ok) (Also sometimes it does not show the running emulator to in select device list) What could be the problem? _ View this

Re: [mono-android] Failed to install package

2012-02-21 Thread amitdeshmukh
I am running it within MonoDev only.. Using -Run -Select Device -Start Emulator -Select Emulator (click ok) (Also sometimes it does not show the running emulator to in select device list) What could be the problem? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/

Re: [mono-android] Failed to install package

2012-02-21 Thread Andreia Gaita
Hi, Did you run the emulator from MonoDevelop, or did you run it from outside MD? If you started it outside MD, try running it from the device dialog inside MonoDevelop. andreia On Tue, Feb 21, 2012 at 5:55 PM, amitdeshmukh wrote: > within MonoDev Thanks > > Vie

Re: [mono-android] Failed to install package

2012-02-21 Thread amitdeshmukh
within MonoDev Thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Failed-to-install-package-tp5502146p5502924.html Sent from the Mono for Android mailing list archive at Nabble.com.___ Monodroid mailing list Monodroid@

Re: [mono-android] Failed to install package

2012-02-21 Thread Jonathan Pryor
Is this within MonoDevelop or Visual Studio? Thanks, - Jon On Feb 21, 2012, at 8:05 AM, amitdeshmukh wrote: > I have installed Mono for android free version. and tried to run Sample Hello > World program but i am getting following error Please Help... In Deploy To > Devoice Getting package