android - Eclipse - build only java part and native part I will build with ndk-build tool -
how ask eclipse not build native part of android project? mean when press 'run as->android application' eclipse rebuilds native part, whereas wanted build command line using 'ndk-build' each time different options. how can achieve this?
i just:
- right click on project
- select "properties"
- select "c/c++ build"
- uncheck "use default build command"
- clear build command (so there's no text @ all)
- click "apply"
the result build run, won't actual building , faster.
Comments
Post a Comment