Kakao i Connect Live 커뮤니티

Android-sdk/examples/full 테스트시 에러

Github 의 android-sdk/examples/full 을 테스트해보려는데

SettingsActivity.java 의 107 라인의 아래 라인에
if (!Camera2Enumerator.isSupported()) {

아래와 같은 에러가 발생합니다.
Error:(106, 31) error: method isSupported in class Camera2Enumerator cannot be applied to given types;
required: Context
found: no arguments
reason: actual and formal argument lists differ in length

위 부분을 주석으로 막고 일단 clean+rebuild+run을 하면 아래와 같은 에러가 발생하고 다운됩니다.
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.remon.example.fullfeatures/com.remon.remondroidtest.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method ‘android.view.Window$Callback android.view.Window.getCallback()’ on a null object reference