I follow this Google link to make a sharing function in my application. However, Android studio cannot resolved symbol PlusShare
in the sample code.
My google play service is updated to the newest version (Rev 32).
I also have this line in my gradle:
compile 'com.google.android.gms:play-services-auth:9.4.0'
If I am missing anything in my code, please let me know.
Thank you in advance!