Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

创建keystore失败,需要命令行下手动执行 #26

Open
wei7202839 opened this issue Apr 20, 2024 · 0 comments
Open

创建keystore失败,需要命令行下手动执行 #26

wei7202839 opened this issue Apr 20, 2024 · 0 comments

Comments

@wei7202839
Copy link

Exec(keytoolPath, genKeyParam)返回的exitCode为1,下面代码需要手动执行
cd C:\Program Files\unity\2022.3.3f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\OpenJDK\bin
keytool -genkey -alias test -validity 1000 -keyalg RSA -keystore D:/gameSources3/hotfix/UnityAndroidIl2cppPatchDemo//AndroidKeystore/test.keystore
-dname "CN = Test, OU = Test, O = Test, L = Test, S = Test, C = Test" -keysize 4096 -storepass testtest -keypass testtest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant