Android Application Deployment on Android Device

雨燕双飞 提交于 2019-12-12 22:51:59

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/5121438/android-application-deployment-on-android-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!