I’m trying to debug my app on the device.
- Enabled USB debugging
- 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
Check if in your application’s manifest file
Debuggableproperty is set totrue.When you open the manifest in eclipse, the property is on Application tab.