Settings: Eclipse Galileo, Android SDK 2.2, Android NDK r4
Hi all,
Although it is more of an eclipse problem, I think people over here following the same steps...
I have following the tutorial in which is explained howto enable debugging native code. All steps are done, but there is one strange step in it.
A debug configuration for a C/C++ application has to be made (besides the Android application). So far no problems. But the last step is says: "Launch the C/C++ Application debug and...". This is not working because it is not assigned to the project. If I try to assign the Android project to the C/C++ Application debug Eclipse says "Program does not exist". So in other words, I can't combine the C++ configuration to the Java project (which I think makes sense though).
So my question, did someone successfully followed the tutorial and knows howto "combine the C/C++ Application debug settings with an Android application"?
Thanks in advance

