My project sometimes builds alright, but when I try to run my project, it stops with these warnings:
http://imgur.com/a/Bsq6C
I think I have seen other posts on this somewhere else on these forums, but the solution either didn't work for me or were outdated. Please help, I have been trying to make xamarin work with the base project for days and have even reinstalled to have no luck.
@NileshMagan Hi, I think you don't worried about this warnings. Seeing the last warning I'm thinking it's about Mac disconnect for any reason and provoke all warnings.
This warnings don't related with your code, so you haven't any unexpected behaviour.
Regards
@NileshMagan Don't deploy in your phone. Must be happens for two reasons.
1) Your phone it's not enabled to deploy and debug. Check if your phone it's enabled to developer options. http://www.androidcentral.com/how-enable-developer-settings-android-42
2) Your settings applications it's set to SDK greater that your SDK phone.
Answers
@NileshMagan Hi, I think you don't worried about this warnings. Seeing the last warning I'm thinking it's about Mac disconnect for any reason and provoke all warnings.
This warnings don't related with your code, so you haven't any unexpected behaviour.
Regards
@josemmortega Hmm. It did say errors were found when deploying solution though...
Well I think my life would be easier if I could just use my android phone to test if software works instead of using the emulators, as I feel that is where all these warnings/errors trouble me. But I don't know any way to deploy the solution to my phone and to my phone only. The only way I know how to do it is to click on http://imgur.com/a/ergjh which is just the same as "Start debugging" but this launches the emulator. How can I launch the project to my phone without openning the emulator?
@NileshMagan Don't deploy in your phone. Must be happens for two reasons.
1) Your phone it's not enabled to deploy and debug. Check if your phone it's enabled to developer options. http://www.androidcentral.com/how-enable-developer-settings-android-42
2) Your settings applications it's set to SDK greater that your SDK phone.
Thanks worked perfectly