diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-16 13:38:56 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-16 13:38:56 +0200 |
| commit | 914f4db513477d9aff726546bac47545195a3e37 (patch) | |
| tree | d2ff190fd84b1dfaa03eec76563c431592ece7ff /Software/Android-Studio/app/src/main/cpp/native-lib.cpp | |
| parent | 65d01ff549d80fbe13ff5e966df216c9f7c03653 (diff) | |
| download | Tango-914f4db513477d9aff726546bac47545195a3e37.tar.gz Tango-914f4db513477d9aff726546bac47545195a3e37.zip | |
Rename "Visual Studio" to "Visual_Studio"
Rename "External Repositories" to "External_Repositories".
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()); -} |
