c# - Deploying from xamarin android to samsung s3 jellybean 4.1 -


hi guys have questions regarding deploying apps xamarin android. have samsung s3 jellybean 4.1 in , want deploy app developed xamarin phone. problem not know how deploy on jellybean 4.1 os. have tried ice cream sandwhich before jellybean i'm not sure whether supported xamarin android or not? possible deploy app in phone? , of guys knows how it??? i'd appreciate thank you!

yes, can deploy s3 running jellybean 4.1 (we using 1 testing).

install samsung kies manager on dev machine can latest device drivers. if phone still doesn't come option when debugging code make sure usb debugging enabled on device.

also, make sure application targeting android version want @ minimum (right click project -> properties... -> application -> minimum android target).


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -