Click here to Skip to main content
15,883,928 members
Articles / Mobile Apps / Android

Writing an Android GUI using C++: Part 3: Debug

Rate me:
Please Sign up or sign in to vote.
4.81/5 (8 votes)
23 Apr 2013CPOL4 min read 46.5K   1.4K   33  
This article talks about how to debug C++ code using NDK-debug tool, and gives some advice about C++ programming on Android. If the application is written in Java, programmers can use Eclipse to debug the code, set break points, and trace step by step.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions