Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个使用谷歌地图的安卓应用程序。我可以在开发过程中使用我的发布密钥吗?
有人可以解释发布键和调试键之间的区别吗?
谢谢
发布密钥是使用release.keystore您签署应用程序以将其发布到市场时生成的文件生成的。
release.keystore
而调试密钥是debug.keystore使用 Eclipse 编译第一个项目时生成的文件生成的。
debug.keystore
AFAIK,您可以使用release.keystore.