Wish: Compile/Install to device.

Cynikal

Member
Licensed User
Longtime User
There might be this feature already, and I may be overlooking it, but...

In Eclipse, when you compile said app to run on the device, it actually installs it.

I would love to be able to easily run my app without being plugged in via USB and getting the "Waiting for IDE" message.

I am aware I can compile it, then disconnect the cable, but thats not the point.
 

splatt

Active Member
Licensed User
Longtime User
B4ABridge.

The attach debugger only attaches extra code to allow the debugger to connect to your app and allow debugging in the IDE.
 
Top