평소와 같이 작업을 하기 위해 upstream으로 부터 최신 상태를 받아오기 위해 터미널에서 다음과 같이 입력했다. git fetch --all 하지만! 다음과 같은 에러가 발생했다. remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: unable to access 'https://github.com/****/..
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 launch mode in manifest
- GitHub
- AAR
- Kotlin
- import aar
- Make onClick event in Android databinding
- databinding onClick
- android aar library
- annotaion
- viewmodel
- How to import android AAR file
- module-info is missing a super type
- decomplie
- custom setter
- Hilt
- DexArchiveBuilderException
- android
- databinding onclick not working
- android databinding
- Support for password authentication was removed on August 13
- AndroidManifest
- launchemode
- Please use a personal access token instead
- The requested URL returned error
- Effective Kotlin
- Cannot create an instance
- android aar
- custom getter
- com.android.build.api.transform.TransformException
- aar import
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |