728x90
반응형
프로젝트에 aar 파일 추가하는 방법을 알아보자.
1. app > libs 폴더 안에 aar 파일 추가해준다.
2. build.gradle (app수준) 추가
implementation files('libs/snsLogin.aar')
implementation 'com.manta.snslogin:snsLogin:0.0.3@aar'
- implementation '[package 명]:[파일 명]:[버전정보]@aar'
728x90
반응형
'Kotlin' 카테고리의 다른 글
[j android] webview 결제 연동 -> 외부 앱 연결 (1) | 2022.11.28 |
---|---|
[j android] 구글스토어 배포 후 페이스북, 카카오 로그인 안 될 때 (SHA-1, KEY HASH) (0) | 2022.11.11 |
[j android] .toLowerCase() Deprecated (0) | 2022.10.14 |
[ j android] 현재위치 -> 위도/경도, 주소 변환 (0) | 2022.08.10 |
[j android] Geocoder >> List<Address> 반환 값 (0) | 2022.03.04 |