summaryrefslogtreecommitdiffstats
path: root/samples/TicTacToeMain
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-05-06 17:35:35 -0700
committerXavier Ducrohet <xav@android.com>2010-05-06 17:35:35 -0700
commitcf9970499bfcce80d92c2fe37fd552e586c177b6 (patch)
tree5635286c1a8aa190d2fde86e3a953171b9368d4b /samples/TicTacToeMain
parentfc7428f91254740a245fdac5db77d035c0b4c41f (diff)
downloadandroid_development-cf9970499bfcce80d92c2fe37fd552e586c177b6.tar.gz
android_development-cf9970499bfcce80d92c2fe37fd552e586c177b6.tar.bz2
android_development-cf9970499bfcce80d92c2fe37fd552e586c177b6.zip
Fix the Library sample.
Change-Id: I38d0336b8f1952d4e0424501dcd060d173624b5b
Diffstat (limited to 'samples/TicTacToeMain')
-rwxr-xr-xsamples/TicTacToeMain/AndroidManifest.xml2
-rwxr-xr-xsamples/TicTacToeMain/README.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/samples/TicTacToeMain/AndroidManifest.xml b/samples/TicTacToeMain/AndroidManifest.xml
index 973d7b766..54654f962 100755
--- a/samples/TicTacToeMain/AndroidManifest.xml
+++ b/samples/TicTacToeMain/AndroidManifest.xml
@@ -34,6 +34,6 @@
</application>
- <uses-sdk android:minSdkVersion="Froyo" />
+ <uses-sdk android:minSdkVersion="8" />
</manifest>
diff --git a/samples/TicTacToeMain/README.txt b/samples/TicTacToeMain/README.txt
index 005285f48..3157a87c7 100755
--- a/samples/TicTacToeMain/README.txt
+++ b/samples/TicTacToeMain/README.txt
@@ -36,7 +36,7 @@ the main project and the result is used to generate the APK. This means that
the main project can either use or redefine behavior from the libraries.
-To use the main vs livrary project:
+To use the main vs library project:
- In ADT, just open import both projects and launch the main project.
- In Ant, use 'android update project' to create the build files and set the SDK location,
and then run 'ant debug' on the main project.
@@ -44,5 +44,5 @@ To use the main vs livrary project:
For more details on the purpose of this feature, its limitations and detailed usage,
please read the SDK guide at
- <STOPSHIP insert URL here to library-project on developers.android.com>
+ http://developer.android.com/guide/developing/eclipse-adt.html