如何为 Android 创建 .apk 文件?
我尝试右键单击我的项目(在 Eclipse 中)android 工具->导出未签名的应用程序包。
然后我将 .apk 文件移至我的 Samsung Galaxi S 设备并尝试安装它, 我收到一条消息,说该应用程序尚未安装。
我在创建 .apk 时是否做错了什么(可能是什么问题)?
I tried right clicking on my project (in Eclipse) android tools->Export unsigned application package.
I then moved to .apk file to my Samsung Galaxi S device and tried to install it,
I got a message saying the app was not installed.
Did I do something wrong in creating the .apk (what could be the problem)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查此文档。
Check this doc.
如果您想使用调试密钥安装应用程序,那么您需要在开发计算机上安装设备驱动程序(在您的情况下为 Kies)。然后通过 USB 端口将您的设备连接到机器。关闭模拟器并使用 Eclipse 在设备上运行 Android 应用程序。仅当您在 Android Market 上上传应用程序时,前面的答案中提到的签名过程才是强制性的。
If you want to install the application with debug key then you need device driver(Kies in your case) installed on your development machine. Then attach your device to your machine through USB port. Close emulator and run your Android application on your device using Eclipse. The signing procedure mentioned in previous answers is mandatory only when you are uploading your application on Android Market.
您应该导出签名的 Apk 文件:
http://developer.android.com/guide/publishing/app-signing.html
you should Export signed Apk file:
http://developer.android.com/guide/publishing/app-signing.html