我有一个带有以下结构的文件夹:
/-
|-CPPCore-
|-C++ Code
|-Android-
|-Eclipse Root Project and standarts folders, "src", "lib", "res"..
|-jni folder << here the c code to android use
|-Iphone--
|-IOS code using CPPCore too managed by xcode
在 cpp core 文件夹中,我有 android 和 ios 的共享代码,在 ios 中,xcode 很容易导入 cppcore 文件夹。现在在eclipse中我不知道如何在同一个文件夹中使用相同的代码,我该怎么做?