nmnir
nmnir

Reputation: 578

Android on Device Debugging

I'm trying to debug my app on the device.

  1. Enabled USB debugging
  2. On Computer Managment I can see SAMSUNG Android ADB Interface

But when I choose debug from eclipse I get: Failed to install LunarLander.apk on device '304D192E7225205E': Connection refused: connect

What to do? Thanks, Nahum

Upvotes: 1

Views: 1915

Answers (2)

meeron
meeron

Reputation: 44

Check if in your application's manifest file Debuggable property is set to true. When you open the manifest in eclipse, the property is on Application tab.

Upvotes: 1

mayur rahatekar
mayur rahatekar

Reputation: 4460

You can do this. First thing Kies has to be Installed on your system. then connect your mobile to the system by using the USB connector. then from right click on the project that you have to debug. first Just run normal program check whether program giving the same error. To debug the Android program takes little more time then to run.

Upvotes: 0

Related Questions