Justin
Justin

Reputation: 800

Debug native Android Applications

Is it possible to debug a native Android application with eclipse and the Android SDK. I have downloaded the sources. Would I have to build the app and then deploy it onto the device to debug it (like any other debugging process)? If so, how would I go about doing that (can use messenger/call app if needed).

Upvotes: 3

Views: 1091

Answers (1)

Alex Wih
Alex Wih

Reputation: 1015

You can debug native android applications using eclipse and ndk-gdb. The detailed information you can find here

Upvotes: 2

Related Questions