diff options
Diffstat (limited to 'Software/Android_Studio/app/src/main/cpp/native-lib.cpp')
| -rw-r--r-- | Software/Android_Studio/app/src/main/cpp/native-lib.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Software/Android_Studio/app/src/main/cpp/native-lib.cpp b/Software/Android_Studio/app/src/main/cpp/native-lib.cpp deleted file mode 100644 index fa595fbae..000000000 --- a/Software/Android_Studio/app/src/main/cpp/native-lib.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include <jni.h> -#include <string> - -extern "C" -JNIEXPORT jstring - -JNICALL -Java_com_twine_tango_MainActivity_stringFromJNI( - JNIEnv *env, - jobject /* this */) { - std::string hello = "Hello from C++"; - return env->NewStringUTF(hello.c_str()); -} |
