0

I'm trying to Ui test my app but get this errorenter image description here

I added the environment variable enter image description here

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

1 Answers1

-1

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.

enter image description here

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

Blu
  • 821
  • 4
  • 17