我已经进入并检查了该文件是否存在,但我不熟悉无法验证签名错误:
下面是完整的错误:
Original error: Cannot verify the signature of '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.15.0.apk'. Original error: Could not find 'apksigner.ja
Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: Cannot verify the signature of &
我正在尝试将apksigner与Android sdk版本29.0.3一起使用。当我运行apksigner verify <apk-name>.apk时,什么也没有发生。没有输出。
我看了一下apksigner.bat,它似乎在寻找find_java.bat文件,如果找不到就提前退出。
...
rem Check we have a valid Java.exe in the path.
set java_exe=
echo exist "%~dp0..\tools\lib\find_java.bat"
if exist "%~dp0..\too
错误:
Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: Cannot verify the signature
无法部署到Android 11模拟器。(我可以部署到Android10模拟器)
ADB0010: Deployment failed
Mono.AndroidTools.InstallFailedException: The package was not properly signed (NO_CERTIFICATES).
at Mono.AndroidTools.Internal.AdbOutputParsing.CheckInstallSuccess(String output, String packageName)
at Mono.AndroidTools.Androi
我正试图上传一个新的Ionic 3应用程序的构建。现在谷歌游戏商店要求我瞄准minSDK 30,这已经做到了。但是现在Google Play Store正在返回消息:
ERROR: MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET: Target SDK version 30 requires a minimum of signature scheme v2; the APK is not signed with this or a later signature scheme.
我试图使用apksigner进行签名,但是每当我运行该命令时,都会出现错误,因为至少必须
我正在尝试用这个构建离子型安卓应用程序
但是当我运行这个推荐时会出现错误: apksigner验证HelloWorld.apk
错误:
D:\ionic\demoAds1>apksigner verify HelloWorld.apk
'apksigner' is not recognized as an internal or external command,
operable program or batch file.
D:\ionic\demoAds1>
知道该怎么做吗?