jon, in general, with monodroid and all programming, you should take
care how many object you allocated and how many you stuff in to views.

You should also never use httputility as the static constructor causes
a whole meg of memory to vainsh. Only crap programmers use it anyway,
(like dimitris, we'll leave his last name out of it but he's greek and
has written the worst code I have ever seen. I left the project and am
waiting for it to hit the market so I can show them what happens when
you don't listen to a good programmer)

On Mon, Jun 11, 2012 at 10:26 AM, Jonathan Pryor <j...@xamarin.com> wrote:
> On Jun 11, 2012, at 4:58 AM, John Murray wrote:
>> All works as expected except when I try to debug on the test machine – an 
>> xperia arc s running 2.3.5
>>
>> I get
>>                 pkg: /sdcard/tmp/com.murray.Agar14-Signed.apk
>> Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
>
> It looks like you get INSTALL_FAILED_UPDATE_INCOMPATIBLE if you have e.g. App 
> v1 (signed with Key K1) installed on the device, and then you try to install 
> App v2 (signed with Key K2) onto the device:
>
>        
> https://groups.google.com/group/android-developers/browse_thread/thread/3f084d78a15f6d3d/f35b31af3cf44903
>
> Remove the app before trying to install it:
>
>        # is the app still installed?
>        $ adb shell pm list packages | grep -i YourAppPackageName
>        # If so...
>        $ adb uninstall YourAppPackageName
>
> Then re-deploy from the IDE.
>
>  - Jon
>
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid



-- 
Extreme Knowledge is not something for which he programs a computer
but for which his computer is programming him.

-Wozniak
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to