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 |
Tags
- FLUTTER
- android error
- MySQL
- R프로그래밍
- release unsigned
- java error
- CSS사용법
- Java
- Android Apk 이름 변경
- apache gzip
- Eclipse
- jQuery
- Android
- Android Apk 이름
- release Apk
- Exception
- css
- Firebase
- html
- Kotlin
- Android Apk
- DataTable
- spring
- tomcat
- error
- JavaScript
- android fragment
- Program type already present
- 안드로이드
- fragment
Archives
- Today
- Total
목록안드로이드 (2)
selfstarter
Android find 단축키 창모드 -> find tab으로 보기
Help - edit custom VM options 다음에 -Dide.find.as.popup=false 추가 https://stackoverflow.com/questions/43585011/how-do-i-make-android-studio-always-open-search-results-in-the-find-window
App/Android
2020. 2. 13. 21:04
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