I'm trying to use the library but there's this line in Manager.java (line 215)
croutonView.getViewTreeObserver().removeOnGlobalLayoutListener(this);
that I don't understand how to fix. Eclipse says
Call requires API level 16 (current min is 4): android.view.ViewTreeObserver#removeOnGlobalLayoutListener
I don't think I can just simply change the current min API level to fix it.