Answered by:
deployment error in xamarin android player

Question
-
User138447 posted
C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -s 10.71.34.101:5555 shell getprop ro.build.version.sdk "adb.exe" exited with code 1. A numeric comparison was attempted on "$(DeviceSdkVersion)" that evaluates to "" instead of a number, in condition "$(DeviceSdkVersion) >= 21"Done building project "Shugaasales.csproj" -- FAILED. Build FAILED.
Anyone please help me....
Sunday, July 17, 2016 1:04 PM
Answers
-
User138447 posted
YUP I got the solution... Actuallly the ADB is not connected to the device because of permission issue i connected to the device ip manually using the command prompt ,and now it works
the command is:
C:\Program Files (x86)\Android\android-sdk\platform-tools\adb connect 10.71.34.101
- Marked as answer by Anonymous Thursday, June 3, 2021 12:00 AM
Monday, July 18, 2016 1:09 PM
All replies
-
User50092 posted
Hello hari your emulator settings has been changed . you can change the settings or go back to working restore point This link will help you to resolve this issue enblog.clock-up.jp/entry/2016/06/26/xamarin-android-device-sdk-version-error
try this and let me know happy to help you
Sunday, July 17, 2016 1:23 PM -
User138447 posted
@Shamnad Dear i am using xamari android player not genymotion
Sunday, July 17, 2016 1:26 PM -
User138447 posted
@HarisankarKs said: @Shamnad Dear i am using xamarin android player not genymotion
Monday, July 18, 2016 8:10 AM -
User138447 posted
YUP I got the solution... Actuallly the ADB is not connected to the device because of permission issue i connected to the device ip manually using the command prompt ,and now it works
the command is:
C:\Program Files (x86)\Android\android-sdk\platform-tools\adb connect 10.71.34.101
- Marked as answer by Anonymous Thursday, June 3, 2021 12:00 AM
Monday, July 18, 2016 1:09 PM -
User138447 posted
@Shamnad thanks for your support
Monday, July 18, 2016 1:13 PM