안드로이드 AAR 파일 적용(How to import android AAR file)
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)
𝐃𝐀𝐈𝐋𝐘 𝐓𝐈𝐏𝐒/ANDROID
2020. 6. 8. 23:18
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- android aar
- GitHub
- databinding onclick not working
- Kotlin
- How to import android AAR file
- aar import
- Hilt
- annotaion
- custom getter
- Cannot create an instance
- android aar library
- viewmodel
- custom setter
- launchemode
- The requested URL returned error
- AAR
- module-info is missing a super type
- DexArchiveBuilderException
- Effective Kotlin
- decomplie
- databinding onClick
- Support for password authentication was removed on August 13
- android databinding
- Make onClick event in Android databinding
- android launch mode in manifest
- com.android.build.api.transform.TransformException
- import aar
- AndroidManifest
- android
- Please use a personal access token instead
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함