Change the NDK samples package names to be lower case. Also added minSdkVersion=3 in the manifests.

This commit is contained in:
Xavier Ducrohet
2009-05-07 14:03:22 -07:00
parent f2b70edc0d
commit f99249b80b
7 changed files with 14 additions and 12 deletions

View File

@@ -24,7 +24,7 @@
* apps/samples/hello-jni/project/src/com/example/HelloJni/HelloJni.java
*/
jstring
Java_com_example_HelloJni_HelloJni_stringFromJNI( JNIEnv* env,
Java_com_example_hellojni_HelloJni_stringFromJNI( JNIEnv* env,
jobject thiz )
{
return (*env)->NewStringUTF(env, "Hello from JNI !");