(Source code introduction
1. Click button, call setname (string_strname) in the button response function, and pass the string in EditText to the c++ code setname ().
2. In void setname() of c++, receive a string, and call void shownameinardroid (string \u strname) of Android in reverse through shownameinardroidjni(), and a dialog box will pop up displaying string.)