I have worked with visual studio in c++ now i have write code in c++ and attach it as a lib in android project i have to work on windows platform.
I wrote the c++ code and made the jar file of it and attached the jar file in my android application,i am a beginner to work on native code.now i want to debug the native code(jar file),i searched the net to find the tutorials that how to debug native code in eclipse on android but all the links tell it on linux platform i have to do it on windows can anyone give me a link how to debug native code in android on windows platform,i am new to all this so please give me a beginner link or tell it precisely.
I have worked with visual studio in c++ now i have write code in
Share
Debugging in eclipse is pretty similar to Visual Studio in the sense that you can set break point in the code. You can do this by firstly, adding an Android simulator to your Eclipse softare found here.
Next you will need to setup the simulator and download the relevent firmware, you can get the SDK required here
Finally, when you run the simulator having put your break points into your code, make sure you run it in debug mode and then you can load up your debugging page by following – Windows – Open Perspective – Debug
Hope this helps,
L&L Partners