Dependency (2) 썸네일형 리스트형 Protocol Buffers - protobuf 는 무엇인가? (1/3) iOS dependency 인 cocoapods 를 사용하여 depdency 관리를 하다 보면 Podfile.lock 에 위와 같이 Protobuf dependency 가 설정된다. Protobuf 가 무엇이길래 이렇게 많이 보이는 것일까? 궁금하니 알아 보도록 하자. Cocoapods 를 단서로 검색해보자. (물론 google 에서 검색했으면 더 빨랐을지도 모른다...) https://cocoapods.org CocoaPods.org CocoaPods is built with Ruby and is installable with the default Ruby available on macOS. We recommend you use the default ruby. Using the default Ruby .. [Android Studio] library project 추가 하기 Android Studio 적응하기가 만만치 않네요.이클립스에서 프로젝트 속성에서 쉽게 library project를 추가할 수 있는데 Android Studio에서는 찾을 수가 없었습니다.검색해서 알아낸 내용을 간단히 정리합니다. 상단 툴박스에 Project Structure 를 클릭 Modules 선택 > library 를 추가할 Module 선택 > Dependencies 탭 선택 하단에 있는 + 버튼을 선택 > Module Dependency 선택 추가하고 싶은 Module 을 선택하면 끝! 이전 1 다음