How to config eclipse to execute build_native.py?

When I choose run from eclipse, It doesn’t execute build_native.py. I have to manually execute it in command line. How to config eclipse for executing this script?
Thanks

You find how??

I know how to do this but only on beta2…

  1. create_project.py (assume project name : EclipseTest)
  2. import android project
  3. select project, right click -> new -> others -> convert to c/c++ project
  4. select project, right click -> properties -> C/C++ build -> Tool Chain Editor
  5. select toolchain : Android GCC, current builder: Android Builder
  6. go to Environment, add NDK_ROOT and path
  7. go to C/C++ build, change build command: /usr/bin/python ${workspace_loc:/EclipseTest}/build_native.py
    8, Behaviour tab, select checkbox “Build on resource save”, “Build”, “Clean”, but clear all arguments
    9, check .project, add the following with other buildCommand
org.eclipse.cdt.managedbuilder.core.genmakebuilder

dont work on rc0

I’'d like to know this as well. I have a hunch I need to add a new Builder for CPP to “Project Properties > Builders” but I’m not sure how that would work.

this doesn’t work on rc0, but work on the beta2 and rc2