분류 전체보기
- 설치 2024.12.29
- Dependency 'androidx.core:core:1.15.0' requires 2024.12.29
- Cannot locate tasks that match ':app:compileDebugSources' as task 'compileDebugSources' not found in project ':app'. 2024.12.29 1
- svn 저장소 이동(windows에서 windows로) 2024.11.19
- 특허 2024.10.14
- 정기간행물 2024.10.14
- 소스인사이트 프로젝트에 파일 추가가 안돼요 2024.09.09
- 소스인사이트 참고 사이트 2024.09.09
- TCP 제어플래그 2024.08.07
- 엑셀 느려지는 이유 2024.07.26
설치
Dependency 'androidx.core:core:1.15.0' requires
안드로이드는 계속 업데이트가 돼서 되던 것도 갑자기 안되는구나
마지막 줄"Update minCompileSdk in modules with dependencies that require a higher minCompileSdk."을 클릭하면
오류 위치로 바로 이동한다.
아래 내용은 compileSdk를 34에서 최소 35 이상으로 변경하라는 의미이다.
2 issues were found when checking AAR metadata:
1. Dependency 'androidx.core:core:1.15.0' requires libraries and applications that
depend on it to compile against version 35 or later of the
Android APIs.
:app is currently compiled against android-34.
Recommended action: Update this project to use a newer compileSdk
of at least 35, for example 35.
Note that updating a library or application's compileSdk (which
allows newer APIs to be used) can be done separately from updating
targetSdk (which opts the app in to new runtime behavior) and
minSdk (which determines which devices the app can be installed
on).
2. Dependency 'androidx.core:core-ktx:1.15.0' requires libraries and applications that
depend on it to compile against version 35 or later of the
Android APIs.
:app is currently compiled against android-34.
Recommended action: Update this project to use a newer compileSdk
of at least 35, for example 35.
Note that updating a library or application's compileSdk (which
allows newer APIs to be used) can be done separately from updating
targetSdk (which opts the app in to new runtime behavior) and
minSdk (which determines which devices the app can be installed
on).
Update minCompileSdk in modules with dependencies that require a higher minCompileSdk.
참고)
https://picturepark.tistory.com/8#Task%20%3Aapp%3AcheckDebugAarMetadata%20FAILED-1
'OS > 안드로이드' 카테고리의 다른 글
설치 (0) | 2024.12.29 |
---|---|
Cannot locate tasks that match ':app:compileDebugSources' as task 'compileDebugSources' not found in project ':app'. (1) | 2024.12.29 |
Cannot locate tasks that match ':app:compileDebugSources' as task 'compileDebugSources' not found in project ':app'.
아래 파일을 삭제하면 발생하는 오류이다. 아래 파일은 삭제하면 안된다.
'OS > 안드로이드' 카테고리의 다른 글
설치 (0) | 2024.12.29 |
---|---|
Dependency 'androidx.core:core:1.15.0' requires (0) | 2024.12.29 |
svn 저장소 이동(windows에서 windows로)
1.준비
svnadmin 실행파일이 있어야 함(tortoisesvn 설치 시 아래 표시된 것을 선택하면 설치됨)
설치가 완료되면 C:\Program Files\TortoiseSVN\bin에 svnadmin이 있음
https://stackoverflow.com/questions/8480911/tortoisesvn-how-to-dump-a-repository
2. dump 하기
"svnadmin dump 저장소경로 > 파일이름.dump"
실행하면 아래처럼 revision마다 순서대로 dump됨.
*cmd 창에서 해야 함
windows powershell에서 dump를 하면 dump파일이 깨짐. 그래서 옮길 저장소에 load하면 실패됨
그리고 powershell에서 하면 몇배로 느림.cmd창에서는 빠르게 진행됨
3. 이동할 저장소 만들기
"svnadmin create 저장소경로"
폴더 미리 만들지 않아도 됨. 폴더까지 한번에 만들어 줌
4. 만든 저장소로 옮기기
"svnadmin load 저장소경로 < 파일이름.dump"
'소스관리 > svn' 카테고리의 다른 글
svn 운영 관리 (0) | 2018.07.04 |
---|---|
svn error (1) | 2018.05.08 |
기본 커밋 메시지 설정 (0) | 2017.12.27 |
commit 모니터링 (0) | 2014.05.13 |
특허
정기간행물
1. TTA(한국정보통신기술협회)
https://tta.or.kr/tta/publicationHosuView.do?key=80&rep=1&searchKindNum=1&searchHosu=182
소스인사이트 프로젝트에 파일 추가가 안돼요
프로젝트에서 폴더를 선택해서 하위 폴더 전체 파일을 추가했는데, 추가가 되지 않으면
해당 document type을 선택해서 위의 빨강색 네모칸이 정상인지 확인 바람
특이한 건 파일을 직접 선택하면 추가가 되는데 해당 폴더를 선택하면 추가가 안됐음
이유는 모르겠지만,
지워져 있어서 프로젝트에 해당 확장자 파일이 추가되지 않았음
'editor > Source Insight' 카테고리의 다른 글
소스인사이트 참고 사이트 (0) | 2024.09.09 |
---|---|
탭(tab)과 스페이스(space) (0) | 2018.09.03 |
Source Insight 한글 깨짐 해결 (5) | 2009.06.22 |
소스인사이트 참고 사이트
'editor > Source Insight' 카테고리의 다른 글
소스인사이트 프로젝트에 파일 추가가 안돼요 (0) | 2024.09.09 |
---|---|
탭(tab)과 스페이스(space) (0) | 2018.09.03 |
Source Insight 한글 깨짐 해결 (5) | 2009.06.22 |
TCP 제어플래그
http://www.ktword.co.kr/test/view/view.php?no=2437
https://csdaniel.tistory.com/148
https://blog.naver.com/dizoolexa631543/222648487197
https://blog.naver.com/ciscovoip/222866127107
https://blog.naver.com/imm7745/223108904939
'통신 > LAN' 카테고리의 다른 글
tftp로 파일 복사 (0) | 2019.09.06 |
---|---|
TCP 테스트 프로그램 (0) | 2018.03.20 |
socket 통신 (0) | 2016.10.28 |
집에서 사용하는 인터넷 고정 ip 사용하기 (0) | 2014.11.05 |
무선랜 WPA-PSK와 WPA2-PSK 방식에서 TKIP와 AES 암호화 방식 사용의 혼동 (0) | 2010.06.03 |
엑셀 느려지는 이유
'문서 편집 > EXCEL' 카테고리의 다른 글
엑셀 필터에 따라 합계 다르게 구하기 (0) | 2021.12.02 |
---|---|
경과일 계산/날짜 계산 (0) | 2020.11.30 |
엑셀 셀 원하는 값으로 채우기 (0) | 2018.11.22 |
특정문자 또는 특정글자가 있는 행에 원하는 서식 적용 (0) | 2018.11.06 |
엑셀 필터에 안보여 (0) | 2016.03.30 |