정보의 공유 사회

Android

[빌드오류가 발생할때]The specified Gradle distribution ‘https://services.gradle.org/distributions/gradle-4.10.1-all.zip’ does not appear to contain a Gradle distribution.

패브릭을 제거하고 파이어베이스 오류보고 라이브러리로 업데이트 하는 과정에서 오류가 발생하였다.  여러개의 프로젝트를 패브릭 제거후 업데이트하였지만 이번 케이스는 처음발생되었다. 뭐가 꼬였나보지 하는 생각에, 프로젝트 클린을 해보기도...
Android

[안드로이드] NavigationView에서 headerLayout 접근하는 방법

NavigationView에서 headerLayout 설정방법 app:headerLayout 속성을 사용하여 접근가능하다. nav_header_main.xml 파일 내용 < ?xml version="1.0" encoding="utf-8"?> < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="82dp" android:background="@drawable/side_nav_bar" android:gravity="bottom" android:orientation="vertical" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin"...
error: Content is protected !!