Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin, Android. Everytime I run the app on device, the application is unistalled and then installed again.

Is very annoying because I´ve to login in Facebook in order to use the app. So every time I want to test a new code implementation I need to login on Facebook. If the app would not get uninstalled, the credentials will persist and when I run the app I wont need to login. It also happens when I run it with the emulator, but I prefer using a device.

Does anyone know how to avoid the uninstall?

I´m using Xamarin on Mac developing for android, and the device is a Samsung Galaxy S3 Mini.

like image 388
Guillermo Oramas R. Avatar asked Jul 02 '13 15:07

Guillermo Oramas R.


1 Answers

Go to project option->Android Buid -> Linker -> Linker Behaviour-> set it link SDK assembly only.

like image 167
Tushar Thakar Avatar answered Nov 04 '22 04:11

Tushar Thakar