How do I include in my Eclipse project, native Android code located in a directory external to my project? -


i have android test project includes jni code elsewhere in repository. instance, android.mk file resembles following:

local_path := $(call my-dir)  include $(local_path)/../../../android.mk 

i have opened project in eclipse, enabled native support, , switched android native perspective. project builds , runs correctly.

my problem native c++ code not present in eclipse workspace. can't see under jni folder or under of project's sub folders. question is, how include native code in workspace can edit it, , set breakpoints (via sequoyah)?

you can add linked folder eclipse project, see http://www.russellbeattie.com/blog/1002305


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -