diff --git a/JNI/.classpath b/JNI/.classpath new file mode 100644 index 0000000000..51769745b2 --- /dev/null +++ b/JNI/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/JNI/.gitignore b/JNI/.gitignore new file mode 100644 index 0000000000..941c07abea --- /dev/null +++ b/JNI/.gitignore @@ -0,0 +1,3 @@ +bin +gen +*.properties \ No newline at end of file diff --git a/JNI/.project b/JNI/.project new file mode 100644 index 0000000000..60b2bca32a --- /dev/null +++ b/JNI/.project @@ -0,0 +1,33 @@ + + + OsmAnd-core-JNI + + + + + + 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/JNI/AndroidManifest.xml b/JNI/AndroidManifest.xml new file mode 100644 index 0000000000..3aa34a439f --- /dev/null +++ b/JNI/AndroidManifest.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/OsmAnd/project.properties b/OsmAnd/project.properties index fa5a5c7730..a1d13baa11 100644 --- a/OsmAnd/project.properties +++ b/OsmAnd/project.properties @@ -13,3 +13,4 @@ split.density=false target=android-19 dex.force.jumbo=true android.library.reference.1=../SherlockBar +android.library.reference.2=../JNI