问题描述
我已经在Android中使用Eclipse和AVD开发了Google地图应用程序。可以在设备上运行应用程序,或者我需要任何开发证书来在设备上安装应用程序(就像iPhone)。请指导我,以便我可以测试我的
您不需要证书,您需要启用调试功能的手机。阅读这篇文章:
成功安装应用程序后,您可能需要阅读以下文章:
尽管您可能想在stackoverflow.com询问编程相关问题。
I have developed the Google map application in android using Eclipse and AVD. Is it possible to run the application on device or I need any development certificate to install application on device (just like iPhone).
Kindly guide me so that I can test my application on my device.
You do not need a certificate you need a phone with debugging enabled. Read this article:http://developer.android.com/guide/developing/device.html
After an successful installation of your app, you might want to read this article:http://developer.android.com/guide/developing/tools/adb.html
Although you might want to ask at stackoverflow.com for programming related questions.
这篇关于Android设备上的Android应用程序部署的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!