Reputation: 578
I'm trying to debug my app on the device.
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
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
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