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:

  1. right click on project
  2. select "properties"
  3. select "c/c++ build"
  4. uncheck "use default build command"
  5. clear build command (so there's no text @ all)
  6. click "apply"

the result build run, won't actual building , faster.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -