Fixed Android tests resources and settings

pull/13383/head
Andrey Kamaev 14 years ago
parent 13bbc9ff71
commit 150c2215bb
  1. 2
      modules/java/android_test/.project
  2. 5
      modules/java/android_test/.settings/org.eclipse.jdt.core.prefs
  3. 8
      modules/java/android_test/AndroidManifest.xml
  4. BIN
      modules/java/android_test/res/drawable-hdpi/icon.png
  5. BIN
      modules/java/android_test/res/drawable-ldpi/icon.png
  6. BIN
      modules/java/android_test/res/drawable-mdpi/icon.png
  7. BIN
      modules/java/android_test/res/drawable/icon.png
  8. 2
      modules/java/android_test/res/values/strings.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>OpenCV_Test</name>
<name>OpenCV_JavaAPI_Tests</name>
<comment></comment>
<projects>
</projects>

@ -0,0 +1,5 @@
#Wed Jun 29 04:36:40 MSD 2011
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.source=1.5

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv_test"
package="org.opencv.test"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" />
<instrumentation android:targetPackage="org.opencv_test" android:name="android.test.InstrumentationTestRunner" />
<instrumentation android:targetPackage="org.opencv.test" android:name="android.test.InstrumentationTestRunner" />
<application android:icon="@drawable/icon" android:label="@string/app_name">
<uses-library android:name="android.test.runner" />
<uses-library android:name="android.test.runner" />
</application>
</manifest>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World!</string>
<string name="app_name">OpenCV_Test</string>
<string name="app_name">OpenCV_JavaAPI_Tests</string>
</resources>

Loading…
Cancel
Save