diff --git a/samples/android/native-activity/.classpath b/samples/android/native-activity/.classpath new file mode 100644 index 000000000..3f9691c5d --- /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 000000000..09687f3ac --- /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 000000000..cf0823c0b --- /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 000000000..b080d2ddc --- /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