Hello, I develop my application in C++ with the NDK.
The C++ part is no problem for me. I'm using cygwin and Visual C++ (my project is completely cross-platform and I can test and debug everything with my desktop computer under Windows). But, I'm really new to Eclipse. There are two annoying things I like to get rid off. 1.) Whenever I start my application in the debugger with Eclipse I get asked: "Select a way to debug ...". A list of options follows: "Android Application", "Android JUnit Test", ... => Becuase my application is always the same type: An "Android Application" I really want to get rid of this stupid question! How can I disable this dialog and go straight into the "debug perspective"? 2.) Because I'm using the NDK my Android Projects contains a shared library. If I compile a new version of the library Eclipse does not recognize that the library has changed and does not create a new package. So, I always have to make a modification(space, backspace) to a Java source file if I create a new shared library. => How can I tell Eclipse the project depends on the shared library? If the library changes Eclipse should create and deploy a new package. Thanks in advance for any tips how to get rid of these annoyances! Ralf -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

