简体   繁体   中英

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

I have an android test project that includes JNI code from elsewhere in my repository. For instance, my Android.mk file resembles the following:

LOCAL_PATH := $(call my-dir)

include $(LOCAL_PATH)/../../../Android.mk

I have opened my project in eclipse, enabled native support, and switched to the Android Native perspective. The project builds and runs correctly.

My problem is that my native c++ code is not present in the eclipse workspace. I can't see it under the jni folder or under any of the project's sub folders. My question is, how do I include the native code in my workspace so that I can edit it, and set breakpoints (via Sequoyah)?

您可以将链接的文件夹添加到eclipse项目中,请参见http://www.russellbeattie.com/blog/1002305

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM