步驟一:在已建的新項目Build ->Generate Signed Bundle or APK ->APK ->Create new
注意這里可能會有提示
Key was created with errors:
Warning:
JKS密鑰庫使用專用格式仗哨。建議使用"keytool -importkeystore -srckeystore ......"
這時候就需要步驟二:
1.keytool -list -v -keystore Yihuandian.jks
2.keytool -exportcert -list -v -alias guozibo -keystore /路徑需要自己配置/Yihuandian.jks
3.keytool -importkeystore -srckeystore /路徑需要自己配置/Yihuandian.jks -destkeystore /路徑需要自己配置/Yihuandian.jks -deststoretype pkcs12
這樣就可以了褐荷。