Description: In the eclipse development environment to develop android program through JNI technology to call c++ code, source code can be directly introduced, cpp, h, mk files are written.
To Search:
File list (Check if you may need any files):
TestNdk\.classpath
.......\.externalToolBuilders\New_Builder2.launch
.......\.project
.......\.settings\org.eclipse.jdt.core.prefs
.......\AndroidManifest.xml
.......\gen\com\happy\test\BuildConfig.java
.......\...\...\.....\....\R.java
.......\jni\Android.mk
.......\...\com_happy_test_JniClient.cpp
.......\...\com_happy_test_JniClient.h
.......\...\JniHelper.cpp
.......\...\JniHelper.h
.......\libs\armeabi\libcom_happy_test_JniClient.so
.......\lint.xml
.......\obj\local\armeabi\libcom_happy_test_JniClient.so
.......\...\.....\.......\libgame.so
.......\...\.....\.......\libstdc++.a
.......\...\.....\.......\libTestNdk.so
.......\...\.....\.......\objs\com_happy_test_JniClient\com_happy_test_JniClient.o
.......\...\.....\.......\....\........................\com_happy_test_JniClient.o.d
.......\...\.....\.......\....\........................\JniHelper.o
.......\...\.....\.......\....\........................\JniHelper.o.d
.......\...\.....\.......\....\TestNdk\com_happy_test_JniClient.o
.......\...\.....\.......\....\.......\com_happy_test_JniClient.o.d
.......\proguard-project.txt
.......\project.properties
.......\res\drawable-hdpi\ic_launcher.png
.......\...\.........ldpi\ic_launcher.png
.......\...\.........mdpi\ic_launcher.png
.......\...\.........xhdpi\ic_launcher.png
.......\...\layout\main.xml
.......\...\values\strings.xml
.......\src\com\happy\test\JniClient.java
.......\...\...\.....\....\TestNdkActivity.java
.......\obj\local\armeabi\objs\com_happy_test_JniClient
.......\...\.....\.......\....\TestNdk
.......\gen\com\happy\test
.......\obj\local\armeabi\objs
.......\src\com\happy\test
.......\gen\com\happy
.......\obj\local\armeabi
.......\src\com\happy
.......\gen\com
.......\libs\armeabi
.......\obj\local
.......\res\drawable-hdpi
.......\...\drawable-ldpi
.......\...\drawable-mdpi
.......\...\drawable-xhdpi
.......\...\layout
.......\...\values
.......\src\com
.......\.externalToolBuilders
.......\.settings
.......\assets
.......\bin
.......\gen
.......\jni
.......\libs
.......\obj
.......\res
.......\src
TestNdk