Skip to content
bmeike edited this page Oct 9, 2011 · 22 revisions

Q1: Where is the code for chapter 13
A: Chapter 13 expands on code introduced in chapter 12. The code for chapter 13 is in the $root/12/FinchVideo

Q2: Eclipse is giving me errors on some of the @Override statements.
A: You'll need to tell Eclipse to use Java 1.6 compatibility. Look in Project > Properties > Java Compiler and check "Enable project specific settings" and the set the Compiler Compliance Level to 1.6

Q3: Eclipse is telling me that "git-up-load-pack not found" when I try to clone a project. What's up with that?
A: As with so many things git, this obscures a fairly simple problem: git can't download the thing you asked it to. There are a couple of common reasons for this:

Q4: How do I get the FinchVideo project to work?
A: Well, the short answer is that you can use the project and classpath files in the tools/ide/eclipse folders. A longer answer is that you need to set up the Finch Framework project ($root/finch/framework/FinchFramework). You need to be sure that the directory lib-src is on the build path. Then set up the FinchVideo project and add the FinchFramework as an (Android) library project.

Q5: Wait! Something changed! You've reversed the directories 07 and 09
A: Yes, we did. They were, originally, backwards. There was a lot of chapter re-arrangement, at the last minute, and, sure enough, these two are interchanged. We continue to fix bugs as we find them

Clone this wiki locally