I downloaded project "Tower-develop" from github and import to eclipse.
I also import "android-support-v7-appcompat", and then add this library into project "Tower-develop".
But I found the following errors:
"No resource found that matches the given name 'Theme.AppCompat.Light.Dialog'"
and
"error: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.DropDownItem.Spinner'."
I checked "android-support-v7-appcompat", and found package "android.support.v7.appcompat" is empty.
That maybe the cause of those errors. But I don't know how to fix it.