Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Cannot resolve symbol 'Builder' #149

Open
dbc2201 opened this issue Mar 8, 2019 · 0 comments
Open

Cannot resolve symbol 'Builder' #149

dbc2201 opened this issue Mar 8, 2019 · 0 comments

Comments

@dbc2201
Copy link

dbc2201 commented Mar 8, 2019

FaceDetector faceDetector = new
                        FaceDetector.Builder(getApplicationContext()).setTrackingEnabled(false)
                        .build();    // Cannot resolve symbol 'Builder'
                if(!faceDetector.isOperational()){    //  Cannot resolve method 'isOperational()'
                    new AlertDialog.Builder(v.getContext()).setMessage("Could not set up the face detector!").show();
                    return;
                }

I tried to build the sample face detection app from the codelab provided here but the code seems to be broken

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant