Skip to content Skip to sidebar Skip to footer

Android Application Deployment On Android Device

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 appli

Solution 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.


Post a Comment for "Android Application Deployment On Android Device"