1
另一個文件夾我有如下結構的文件夾:的Eclipse和Android NDK編譯的C++代碼比JNI
/-
|-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核心文件夾中,我有共享代碼,Android和iOS,iOS版本的Xcode進口cppcore文件夾很容易。現在在Eclipse中我不知道如何在同一個文件夾中使用相同的代碼,我該怎麼做呢?