导入密钥存储从日食到Android工作室日食、密钥、工作室、Android

2023-09-04 03:53:01 作者:|▍幸福里带着浅浅的嚣张

我的话题作了研究,也没有找到一个解决办法:

I made research on the topic, but couldn't find a solution:

我从一个Eclipse项目中创建一个签名的apk,我也有日食密钥存储。 但我couldn吨了解如何在登录安卓Studio中导入此密钥存储。 这是下面的事情我已经尝试过:

I created a signed apk from an eclipse project, and i also have the eclipse key store. But i couldn"t find out how to import this key store at signing in Android Studio. These are the following things i already tried:

-adding密钥存储路径,因为它最初创建的Eclipse在Android的工作室

-adding the key store path as it was created originally by eclipse in Android Studio

-adding在Android的Studio中的路径添加.jks扩展到原来的文件后,

-adding the path in Android Studio after adding the .jks extension to the original file

在这两种情况下的错误是:

In both cases the error is:

执行失败的任务:应用程序:packageRelease。

Execution failed for task ':application:packageRelease'.

无法读取密钥库密钥

那么,什么是添加一个Eclipse密钥存储到Android工作室?

So what is the correct way of adding an eclipse keystore to Android Studio?

任何建议AP preciated,因为我不知道哪里出了问题。

Any suggestions appreciated, because i have no idea what goes wrong.

推荐答案

我相信这个消息意味着你的关键的别名不存在。在Android的工作室,你可以使用构建>生成签名APK ... ,输入您的密钥存储密码,然后浏览的密钥别名在密钥库列表。

I believe this message means that your key alias does not exist. In Android Studio, you can use Build > Generate Signed APK..., enter your key store password, and then browse for a list of key alias in the keystore.