I have an Android 2.2 target library project that MyLibraryGooglePlusSocialPlugin.java could not compile import com.google.android.gms.plus.GooglePlusUtil; ( GooglePlusUtil cannot be resolved ), and others are in order:
import com.google.android.gms.common.ConnectionResult; import com.google.android.gms.common.GooglePlayServicesClient; import com.google.android.gms.common.Scopes; import com.google.android.gms.plus.PlusClient; import com.google.android.gms.plus.PlusClient.OnPeopleLoadedListener; import com.google.android.gms.plus.PlusClient.OnPersonLoadedListener; import com.google.android.gms.plus.PlusShare; import com.google.android.gms.plus.model.people.Person; import com.google.android.gms.plus.model.people.PersonBuffer;
I updated Google related services through the Android SDK manager today and set the build path and dependencies.
source share