key generate 地图 API 秘钥生成
1
| keytool -printcert -file CERT.RSA
|
key select 调试版
1
| keytool -list -v -keystore debug.keystore
|
key gen 密钥生成
1
| keytool -genkey -alias test.keystore -keyalg RSA -validity 40000 -keystore demo.keystore
|
or see 详情请看
1
| https://blog.csdn.net/qq_40808344/article/details/101148833
|
error
1
| The location function has been stopped because you do not agree with the privacy compliance policy. Please recheck the setAgreePrivacy interface
|
see 参考
https://blog.csdn.net/czy_1995/article/details/128342280