I've been trying to get Xamarin UI tests to pass but I cant even get them to initialize. When running the tests I get this message.
System.Exception : Android SDK not found. Please install it and if it is still not located, please set the ANDROID_HOME environment variable to point to the directory.
Searched locations: Windows Registry C:\Program Files(x86)\Android\android-sdk - Partial match. Found: zipalign, aapt, adb, android.jar Missing: apksigner [Source:ANDROID_HOME ]
What is frustrating is that the program seems to recognise that is has most of the files but it missing apksigner
. But when I checked the android-sdk folder it does contain a apksigner.bat
file inside the build-tools
folder.
I have set the ANDROID_HOME
environment in the system settings to C:\Program Files (x86)\Android\android-sdk
It may be important to note that I can run the android app in the emulator just fine, but I cant get the UITest project to get it to work.