RCH
RCH

Reputation: 1309

Eclipse - Android - Cannot debug

I don't have any problems with running my application, but when I want to debug it's not starting Acticity and I'm not in debug mode.

Uploading TatryAR.apk onto device 'emulator-5554'

Installing TatryAR.apk...

Success!

Starting activity com.TatryAR.main.MainActivity on device emulator-5554

and that's all - nothing starts. I can click apk and it works, but not in debug mode.
I've cleaned projects - Project > Clean
I've change debug configuration - Launching default activity to particular activity, always prompt to pick devices and automatically pick.
I've clicked and unclicked Skip breakpoint
Also restarted Eclipse and Windows also

Upvotes: 0

Views: 295

Answers (1)

Ben Pearson
Ben Pearson

Reputation: 7762

You can attach the debugger to an existing process in Eclipse by choosing the process from the device window and clicking on the attach debugger button. See this post for further details: How to attach back the Android emulator to ADB?

Upvotes: 1

Related Questions