I created a new activity to handle login to my application. I chose the login action from the template menu and added a mark: enable google +. When creating an activity, I ran into the problem "can not resolve isConnected ()" found from the supplied
boolean connected = getPlusClient().isConnected();
I tried redesigning the design and cleaning project, but to no avail. Does anyone know how I can solve this problem?
source share