You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my project using camview, and when i run, show error like this:
Error:(47, 28) error: method execPool in class CAMViewAsyncTask<Params,Progress,Result> cannot be applied to given types;
required: CAP#1[]
found: no arguments
reason: formal varargs element type CAP#1 is not accessible from class AutoFocusManager
where Params,Progress,Result are type-variables:
Params extends Object declared in class CAMViewAsyncTask
Progress extends Object declared in class CAMViewAsyncTask
Result extends Object declared in class CAMViewAsyncTask
where CAP#1 is a fresh type-variable:
CAP#1 extends Object from capture of ?
anyone help me?
The text was updated successfully, but these errors were encountered:
my project using camview, and when i run, show error like this:
Error:(47, 28) error: method execPool in class CAMViewAsyncTask<Params,Progress,Result> cannot be applied to given types;
required: CAP#1[]
found: no arguments
reason: formal varargs element type CAP#1 is not accessible from class AutoFocusManager
where Params,Progress,Result are type-variables:
Params extends Object declared in class CAMViewAsyncTask
Progress extends Object declared in class CAMViewAsyncTask
Result extends Object declared in class CAMViewAsyncTask
where CAP#1 is a fresh type-variable:
CAP#1 extends Object from capture of ?
anyone help me?
The text was updated successfully, but these errors were encountered: