Arduino ADK - 'AndroidAccesory' does not name a type

So I just got my Arduino ADK and as specified on theAccessory Development Kit 2011 Guide - Periferal dan Aksesori Android  |  Android Open Source Project I was trying to open the Demokit sketch (firmware code), click File > Examples > AndroidAccessory > demokit. After Installing the 'ADK software package' library.

However the following error pop-up as I try to compile :0

'AndroidAccesory' does not name a type

with the following log:

In file included from demokit.pde:4:
/Users/alejandro/Documents/Arduino/libraries/USB_Host_Shield_20/Max3421e.h:18:2: error: #error "Never include max3421e.h directly; include Usb.h instead"
demokit:43: error: 'AndroidAccessory' does not name a type
demokit:52: error: 'CapSense' does not name a type
demokit.pde: In function 'void setup()':
demokit:120: error: 'touch_robot' was not declared in this scope
demokit:136: error: 'acc' was not declared in this scope
demokit.pde: In function 'void loop()':
demokit:147: error: 'acc' was not declared in this scope
demokit:250: error: 'touch_robot' was not declared in this scope

PS: I am using a Mac
PSS: I attached a screenshot