r10 does not change the rules of the game. You still need to run ndk-build
to have the**.so** files created (and copied to correct directory).
If in eclipse (to be more precise, in ADT) you added native support to your project, then eclipse will launch ndk-build
as the first steel of building the project, so you do not need to launch ndk-build
manually.
You can see and modify parameters to ndk-build
when you open project properties in eclipse. You can see output of ndk-build
in Console view in eclipse. Errors and Warnings will also be seen in Problems view.
Some people have reported that they could not add native support with latest download of the ADT bundle. Manual update often resolves this issue, search more about this on SO.