elhennawy / eyes-free

Automatically exported from code.google.com/p/eyes-free
0 stars 0 forks source link

Build instructions for talkback seam to be outdated #321

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

the talkback build instructions seam to be outdated, as talkback needs to be 
built for a new enough platform version, now.

Below is what worked for me.

Regards, Rudolf

commit 16a32ed36a1c39ed50c3052fd0c90d3c0c5c6e4c
Author: Rudolf Weeber <rudolf.weeber@gmx.de>
Date:   Wed Sep 18 10:48:31 2013 +0200

    README: Update build instruction to work with current source code

diff --git a/trunk/accessibilityServices/talkback/README 
b/trunk/accessibilityServices/talkback/README
index 98c28d7..236f2cd 100644
--- a/trunk/accessibilityServices/talkback/README
+++ b/trunk/accessibilityServices/talkback/README
@@ -13,21 +13,21 @@ First, you'll need to have utils, compatutils, and 
widgets/radial-menu checked
 out from marvin. Next, generate the required build scripts with the Android
 tools.

-From the utils directory, run:
+From the libraries/utils directory, run:

-android update project --path .
+android update project --path . --subprojects --target android-18

-From the compatutils directory, run:
+From the libraries/compatutils directory, run:

-android update project --path .
+android update project --path . --subprojects --target android-18

-From the widgets/radial-menu directory, run:
+From the libraries/widgets/radial-menu directory, run:

-android update project --path .
+android update project --path . --subprojects --target android-18

 From the talkback directory, run:

-android update project --path .
+android update project --path . --subprojects --target android-18

 This will create or update some default build files for Android. These are
 build.xml, project.properties, and local.properties. Now you can build an

Original issue reported on code.google.com by rudolfwe...@gmail.com on 29 Sep 2013 at 1:22

GoogleCodeExporter commented 9 years ago
Rudolf, thanks.  I'll ensure these are updated with the next open source push.

Original comment by caseybur...@google.com on 5 Dec 2013 at 6:52

GoogleCodeExporter commented 9 years ago

Original comment by caseybur...@google.com on 22 Jan 2014 at 12:25