I'm trying to Ui test my app but get this error
I added the environment variable
Can someone help me? i have this problem for about 3 hours now... I'm trying to use my own android phone not an emulator
I'm trying to Ui test my app but get this error
I added the environment variable
Can someone help me? i have this problem for about 3 hours now... I'm trying to use my own android phone not an emulator
Try doing this,
Goto Tools -> Options -> Xamarin -> Check if the option is enabled for Auto Install Android SDK
Click on OK
then just try clean & rebuild your application.
the issue might have occurred cuz you might have downloaded SDK version for API levels 20, 21, 22 etc. but your project target SDK version is set on API level 28