
Key Hash 생성하기 #1>JDK 설치 경로로 이동 jdk/bin 폴더에는 keytool.exe 실행파일이 위치해 있다. #2>CMD 실행 "cd {폴더명}" 명령어를 사용해 keytool 파일이 위치한 폴더로 이동한다 cd / cd {jdk/bin/경로} #3>keytool 명령어 실행해보기 "keytool"입력 후 엔터 keytool -exportcert -alias androiddebugkey -keystore C:\Users\{유저이름}\.android\debug.keystore -storepass android -keypass android | openssl sha1 -binary | openssl base64 openssl : 'openssl' 용어가 cmdlet, 함수, 스크립트 파일 또..

Error Message Solutions remove declared databinding block in build.gradle upgrade gradle version in gradle-wrapper.properties 1 is not actual solution because you will maybe add this block for using databinding is my case, upgrade gradle version(gradle-4.4-all.zip) gradle-wrapper.properties
안드로이드 데이터 바인딩에서 onclick event를 설정하는 방법중 2가지를 소개한다. How to make onClick event in Android databinding Call function Set declared onClickListener Call function android:onClick="@{()->viewModel.doSomething()}" 1 2 3 4 Set OnclickListener android:onClick="@{viewModel.onClickToastListener}" 1 val onClickToastListener = View.OnClickListener { showToast() } 1 2 3 4

android:launchMode [AndroidManifest.xml] Activity 시작과 관련한 속성 call to its onNewIntent() : always make [new Intent] routes the intent : not make new Intent [just routing] - Multiple Instances standard : multiple activities can be started. very first activity state is shown singleTop : multiple activities can be started. latest activity state is shown - Single Instances (not recommended for general..

AAR : Android Archive libs 폴더 생성 [app - libs] libs 폴더에 .aar 파일 추가 build.gradle에 아래 추가 repositories { flatDir{ dirs 'libs' } } implementation name: 'aar_sample', ext: 'aar' make 'libs' folder [app - ilbs] put .aar file into libs folder (picture1) add lines in [app - build.gradle] (picture2)
- Total
- Today
- Yesterday
- android
- launchemode
- android launch mode in manifest
- com.android.build.api.transform.TransformException
- decomplie
- custom setter
- DexArchiveBuilderException
- databinding onclick not working
- aar import
- AAR
- import aar
- Please use a personal access token instead
- How to import android AAR file
- Cannot create an instance
- AndroidManifest
- The requested URL returned error
- Hilt
- module-info is missing a super type
- android databinding
- Effective Kotlin
- custom getter
- android aar library
- android aar
- Support for password authentication was removed on August 13
- viewmodel
- Kotlin
- databinding onClick
- GitHub
- Make onClick event in Android databinding
- annotaion
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |