【发布时间】:2021-02-03 16:19:54
【问题描述】:
从 3.0.13 升级到 Xamarin.UITest v.3.0.14 后,尝试签名时 APK 加载中断。
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:\Users\xxxx\AppData\Local\Android\Sdk - Partial match. Found: zipalign, aapt, adb, android.jar Missing: apksigner [ Source: ANDROID_HOME ]
在 %ANDROID_HOME% 快速搜索“apksigner”显示它位于 build-tools/30.0.3/lib 作为 .jar 文件,build-tools/30.0.3 作为 .bat 文件,以及在 build -tools/29.0.2.
是否有让 Xamarin.UITest 找到 apksigner 的解决方法?
【问题讨论】:
标签: android windows xamarin.uitest