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 | 29 | 30 | 31 |
Tags
- java error
- jQuery
- css
- html
- android error
- JavaScript
- tomcat
- Exception
- Android Apk
- Firebase
- MySQL
- fragment
- Kotlin
- Program type already present
- DataTable
- CSS사용법
- error
- apache gzip
- release Apk
- FLUTTER
- Java
- 안드로이드
- Android Apk 이름
- spring
- release unsigned
- Android
- R프로그래밍
- Android Apk 이름 변경
- android fragment
- Eclipse
Archives
- Today
- Total
목록aar library (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