android test: a bit more

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2116 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2011-11-10 10:57:22 +00:00
parent 1e40b03735
commit 0ba2d1dfc1
7 changed files with 7 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
android:versionName="1.0"> android:versionName="1.0">
<uses-permission android:name="android.permission.VIBRATE" /> <uses-permission android:name="android.permission.VIBRATE" />
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true" /> <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true" />
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="10" />
<application android:label="@string/app_name" android:icon="@drawable/icon" <application android:label="@string/app_name" android:icon="@drawable/icon"
android:debuggable="True"> android:debuggable="True">
<activity android:name="android.app.NativeActivity" <activity android:name="android.app.NativeActivity"

View File

@@ -37,7 +37,7 @@
This file is an integral part of the build system for your This file is an integral part of the build system for your
application and should be checked into Version Control Systems. --> application and should be checked into Version Control Systems. -->
<loadproperties srcFile="project.properties" /> <loadproperties srcFile="default.properties" />
<!-- quick check on sdk.dir --> <!-- quick check on sdk.dir -->
<fail <fail

View File

@@ -8,4 +8,4 @@
# project structure. # project structure.
# Project target. # Project target.
target=android-9 target=android-10

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">LCL Test</string>
</resources>