Когда я пытаюсь создать клиент Google API, я получил сообщение об ошибке во второй строке
.addApi (LocationServices.API)
GoogleApiClient mLocationClient = new GoogleApiClient.Builder(this)
.addApi(LocationServices.API)
.addConnectionCallbacks(this)
.addOnConnectionFailedListener(this)
.build();
как я могу решить эту проблему?