Timeline for Using NDK in Android Studio with outside C++ sources
Current License: CC BY-SA 3.0
6 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jul 22, 2015 at 20:07 | comment | added | Engineer | @RobertRowntree I don't think you understand the OP's question. If I say I want external native sources, it means I don't want them imported into the Android project, because by doing so, those sources will need to be reimported every single time they change. For example, I'm developing a cross-platform, native codebase that needs to be deployed for both iOS/XCode and Android/Studio, and my native code is constantly changing. So I think you can see how an import does not help in the OP's situation. | |
Oct 6, 2014 at 2:55 | history | edited | Robert Rowntree | CC BY-SA 3.0 |
added 55 characters in body
|
Oct 5, 2014 at 15:12 | comment | added | Robert Rowntree | look for the NDK samples in the ndk download , review the docs and build them. that is how to learn the jni interfaces | |
Oct 5, 2014 at 7:15 | comment | added | bhbbby | wow, awesome @Robert! thanks for the link (: I'm actually trying to use a bunch cpp files that weren't written for the ndk, but as a library for cross-platform development. How would i go about accessing these from using the ndk? | |
Oct 4, 2014 at 14:42 | history | edited | Robert Rowntree | CC BY-SA 3.0 |
deleted 1 character in body
|
Oct 4, 2014 at 14:36 | history | answered | Robert Rowntree | CC BY-SA 3.0 |