From edabb7bfeb67a1c3e3784914f6d2deba0d69b60c Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 6 Apr 2010 13:09:44 -0700 Subject: [PATCH 1/2] Switch from codename Froyo to API 8. Change-Id: Ibdd1dbc80e5e7d9856a90ff45a3b148a5af72581 --- samples/TicTacToeMain/default.properties | 3 +-- samples/source.properties | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/samples/TicTacToeMain/default.properties b/samples/TicTacToeMain/default.properties index 7702ab664..9dc9009ab 100755 --- a/samples/TicTacToeMain/default.properties +++ b/samples/TicTacToeMain/default.properties @@ -25,5 +25,4 @@ android.library.reference.1=../TicTacToeLib/ # Project target. This requires the tools from SDK Froyo (API 8) to be used. -# STOPSHIP change to target=8 once Froyo API is set to 8. -target=android-Froyo +target=8 diff --git a/samples/source.properties b/samples/source.properties index 64557a113..96c520a22 100644 --- a/samples/source.properties +++ b/samples/source.properties @@ -1,5 +1,5 @@ Pkg.UserSrc=false Pkg.Revision=1 -AndroidVersion.ApiLevel=7 -AndroidVersion.CodeName=Froyo +AndroidVersion.ApiLevel=8 +#AndroidVersion.CodeName= From 7dd0976b043a8d609346812f67dc7a99175252aa Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 6 Apr 2010 13:10:57 -0700 Subject: [PATCH 2/2] Project-lib sample: define lib activity. This was removed by mistake. I meant to add explanations. Change-Id: I3641b7c01a1425ab5430695ac83ca71c9fc644d8 --- samples/TicTacToeLib/AndroidManifest.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/samples/TicTacToeLib/AndroidManifest.xml b/samples/TicTacToeLib/AndroidManifest.xml index db44c0566..14df57e69 100755 --- a/samples/TicTacToeLib/AndroidManifest.xml +++ b/samples/TicTacToeLib/AndroidManifest.xml @@ -16,7 +16,14 @@ --> - \ No newline at end of file + package="com.example.android.tictactoe.library"> + + + + +