diff --git a/samples/android/native-activity/.classpath b/samples/android/native-activity/.classpath new file mode 100644 index 0000000000000000000000000000000000000000..3f9691c5dda29b09cb96060fd6ec7017f6c671d2 --- /dev/null +++ b/samples/android/native-activity/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/samples/android/native-activity/.cproject b/samples/android/native-activity/.cproject new file mode 100644 index 0000000000000000000000000000000000000000..09687f3ac0afa0d6ec2669fd442b435a805b936c --- /dev/null +++ b/samples/android/native-activity/.cproject @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/android/native-activity/.project b/samples/android/native-activity/.project new file mode 100644 index 0000000000000000000000000000000000000000..cf0823c0b3b8514f44efc2896611c148a5db40a4 --- /dev/null +++ b/samples/android/native-activity/.project @@ -0,0 +1,33 @@ + + + OpenCV Sample - native-activity + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/samples/android/native-activity/.settings/org.eclipse.jdt.core.prefs b/samples/android/native-activity/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000000000000000000000000000000000..b080d2ddc88fb0b4d7c93cd4d361c775525b4dbb --- /dev/null +++ b/samples/android/native-activity/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.source=1.6