Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用葫芦工具自动化 android 应用程序,在签署应用程序时出现以下错误:
jarsigner error: java.lang.RuntimeException: keystore load: C:\Users\pcadmin.INFPU08742\.keystore (The system cannot find the file specified)
我在./android文件夹中有 debug.keystore 文件
./android
请让我知道需要什么?
你是如何签署apk的?如果它通过终端,它可能会变得非常混乱。至少那发生在我身上。一个快速的解决方案是简单地从 Eclipse 获取签名的 apk -> 右键单击应用程序包(在包资源管理器中)-> Android 工具 -> 导出签名的 apk。只需指定密钥库位置并使用android作为密码。这应该够了吧。