百度地图功能使用
Published in:2023-03-06 |
Words: 121 | Reading time: 1min | reading:

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

  • details 已知错误
1
The location function has been stopped because you do not agree with the privacy compliance policy. Please recheck the setAgreePrivacy interface
  • solve 解决方案

    • such as figure 1 取消下列文件中对应行的注释即可解决

see 参考

https://blog.csdn.net/czy_1995/article/details/128342280

Prev:
Electron Egg 框架研究
Next:
C#杀死unity中的进程方法