I use NavUtils (http://developer.android.com/reference/android/support/v4/app/NavUtils.html)in v4 android compatibility libraries for Efficency Navigation. It looks like the v4 jar does not contain this class . Also, it seems that NavUtils is not in the main branch of the Android support project.
Can someone tell me how to get NavUtils?
source
share