Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Kotlin
- R프로그래밍
- html
- tomcat
- JavaScript
- apache gzip
- java error
- Program type already present
- Exception
- fragment
- DataTable
- Firebase
- CSS사용법
- Eclipse
- css
- Java
- error
- android fragment
- Android Apk 이름 변경
- release unsigned
- release Apk
- 안드로이드
- MySQL
- spring
- Android Apk 이름
- Android
- FLUTTER
- jQuery
- Android Apk
- android error
Archives
- Today
- Total
목록AAR (1)
selfstarter
How to make aar file in android studio
How to make aar file in android studio aar 파일 만드는 법 aar Android Archive package(안드로이드 Library 압축 파일) jar는 자바 프로젝트 압축 파일로 자바를 사용하면 사용가능한 라이브러리 형식이고, aar은 안드로이드에서만 사용가능한 라이브러리 이다 jar, arr은 zip으로 열 수 있다. 안에 class file, Manifest, jar library 등 라이브러리를 구성하는 요소가 들어가있다. Create aar file in Android Create Project Add no Activity 선택 AndroidManifest.xml에 최소한의 정보만 남겨둔다 Add Simple Class file public class Test..
App/Android
2020. 2. 1. 18:07