반응형

안드로이드 스튜디오 CPP 파일들이 갑자기 보이지 않을때

build.gradle 에 다음을 추가해 보세요

 

repositories {
    google()
    jcenter()

}

반응형

+ Recent posts