Android keystore - 没有 "alias_name"签名

标签 android

我在 Google 上找不到答案的小问题。

我签署了我的应用程序,不小心将“alias_name”保留为 alias_name。

真的很重要吗? (应用程序上传到市场正常...)

谢谢

最佳答案

别名是 keystore (你用来签署你的应用程序的东西)。因此,虽然它在您的开发工作流程中可能看起来很奇怪,但生成的 .apk/应用程序不会因此而包含任何不良内容。

关于Android keystore - 没有 "alias_name"签名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4899132/

相关文章:

java - LocationManager requestLocationUpdates minTime OR minDistance

android - android :scaleType ="fitCenter" only work with fix Layout_width and Layout_height attributes?

android - 从 Android App 下载的文件在下载目录中不可见

java - 无法启动 Activity ComponentInfo{com.example.countryselect/com.example.countryselect.OfferSelect}

android - 在 pagedListAdaper 中添加边界回调

java - Google Maps Android api v2 折线长度

适用于所有 API 级别的 Android 剪贴板代码

android - 为什么错误 "Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag"只发生在某些设备上?

Android:在 Android 框架位置 API 上使用 FusedLocationProviderApi 的优缺点是什么?

android - 每次我们想测试我们的代码时,我们是否需要从 eclipse 启动虚拟设备?