반응형

출처:https://velog.io/@ars_yeon/android-studio-install-settings

 

Android Studio 설치, SDK 기본 설정

파일 다운로드 및 설치, 안드로이드 SDK 기본 설정 확인, SDK Platforms, SDK Tools, SDK Update Sites

velog.io

 

반응형

안드로이드는 계속 업데이트가 돼서 되던 것도 갑자기 안되는구나

마지막 줄"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

 

[이슈/Android] Task :app:checkDebugAarMetadata FAILED

2023년 11월 9일 작성Task :app:checkDebugAarMetadata FAILEDExecution failed for task ':app:checkDebugAarMetadata'.A failure occurred while executing cohttp://m.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction17 issues were found when chec

picturepark.tistory.com

 

 

반응형

아래 파일을 삭제하면 발생하는 오류이다. 아래 파일은 삭제하면 안된다.

   

'OS > 안드로이드' 카테고리의 다른 글

설치  (0) 2024.12.29
Dependency 'androidx.core:core:1.15.0' requires  (0) 2024.12.29
반응형

1.준비

svnadmin 실행파일이 있어야 함(tortoisesvn 설치 시 아래 표시된 것을 선택하면 설치됨)

설치가 완료되면 C:\Program Files\TortoiseSVN\bin에 svnadmin이 있음

https://stackoverflow.com/questions/8480911/tortoisesvn-how-to-dump-a-repository

 

TortoiseSVN, how to dump a repository?

I use Windows 7 and also I use TortoiseSVN to keep track of my code, now I want to migrate my repository to a cloud-service and the requirement is create a *.dump file, but I can't find a way to cr...

stackoverflow.com

 

 

 

2. dump 하기

"svnadmin dump 저장소경로 > 파일이름.dump"

실행하면 아래처럼 revision마다 순서대로 dump됨.

 

*cmd 창에서 해야 함

 windows powershell에서 dump를 하면 dump파일이 깨짐. 그래서 옮길 저장소에 load하면 실패됨

그리고 powershell에서 하면 몇배로 느림.cmd창에서는 빠르게 진행됨

https://stackoverflow.com/questions/18818903/malformed-dumpfile-header-when-migrating-repository-from-windows-to-linux-encod

 

Malformed dumpfile header when migrating repository from Windows to Linux (encoding issue?)

I'm moving an SVN repository from a Windows machine (Windows 7) to a Linux machine (Ubuntu 13). I dump the repo on Windows with svnadmin dump and copy the files to the Linux machine. Now I'm running

stackoverflow.com

 

 

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
반응형

특허_결제기 활용 광고 서비스.pdf
0.27MB
특허_결제시스템.pdf
1.11MB
특허_무선결제.pdf
0.82MB
특허_암호화키분산관리.pdf
1.26MB

 

 

VAN 업계에 다양한 특허가 있지만, 특허로 시장점유율을 높이거나 타사를 견제하는 등의 역할은 못하고 있는 것 같다

'동향' 카테고리의 다른 글

정기간행물  (0) 2024.10.14
반응형

1. TTA(한국정보통신기술협회)

https://tta.or.kr/tta/publicationHosuView.do?key=80&rep=1&searchKindNum=1&searchHosu=182

 

TTA저널(통권) - TTA 대표홈페이지

 

tta.or.kr

"신용카드 단말기 보안처리 기술 동향" 등 자료 정리가 잘 되어 있음

'동향' 카테고리의 다른 글

특허  (0) 2024.10.14
반응형

프로젝트에서 폴더를 선택해서 하위 폴더 전체 파일을 추가했는데, 추가가 되지 않으면
해당 document type을 선택해서 위의 빨강색 네모칸이 정상인지 확인 바람
특이한 건 파일을 직접 선택하면 추가가 되는데 해당 폴더를 선택하면 추가가 안됐음

이유는 모르겠지만,
지워져 있어서 프로젝트에 해당 확장자 파일이 추가되지 않았음

'editor > Source Insight' 카테고리의 다른 글

소스인사이트 참고 사이트  (0) 2024.09.09
탭(tab)과 스페이스(space)  (0) 2018.09.03
Source Insight 한글 깨짐 해결  (5) 2009.06.22
반응형

https://bitdol.tistory.com/entry/%EC%86%8C%EC%8A%A4-%EC%9D%B8%EC%82%AC%EC%9D%B4%ED%8A%B8%EC%9D%98-edit%EC%99%80-view-%EA%B8%B0%EB%8A%A5%EA%B0%9C%EC%84%A0aka-trouble-shoot

소스 인사이트의 edit와 view 기능개선(a.k.a. trouble shoot..)

2019/01/30 - [소프트웨어/소스인사이트 응용] - 소스 인사이트 매크로를 이용한 자동 주석(comment) 만들기..2019/01/20 - [소프트웨어/소스인사이트 응용] - 소스 인사이트의 특별한 에디트 능력들..2019/01

bitdol.tistory.com

반응형

 http://www.ktword.co.kr/test/view/view.php?no=2437

 

TCP 제어 플래그

URG ACK PSH RST SYN FIN, URG (Urgent), TCP 제어 비트, RESET 세그먼트, TCP flag, 플래그 비트

www.ktword.co.kr

https://csdaniel.tistory.com/148

 

TCP flag(URG, ACK, PSH, RST, SYN, FIN) (TCP 플래그)

TCP(Transmission Control Protocol)는 3-WAY Handshake 방식을 통해 두 지점 간에 세션을 연결하여 통신을 시작 하고 4-WAY Handshake를 통해 세션을 종료하여 통신을 종료 합니다. 이러한 세션연결과 해제 이외에

csdaniel.tistory.com

https://kldp.org/node/137832

 

클라이언트가 TCP RST을 하는 이유 | KLDP

C언어 기반의 TCP 소켓에서 다음과 같은 문제가 발생했습니다. 1) A와 B는 똑같이 구성되어 있고 동일한 파일이 저장되어 있는 웹서버입니다. A와 B는 똑같은 도메인 주소 (aaa.bbb.ccc.com) 을 가지고

kldp.org

https://blog.naver.com/dizoolexa631543/222648487197

 

TCP/IP 재설정(RST) 플래그가 전송되는 원인은 무엇입니까?

내 앱의 TCP/IP 연결이 10분마다(정확히 1-2초 이내) 딸꾹질을 계속하는 이유를 알아내려고 합니다. ...

blog.naver.com

https://cafe.naver.com/neteg/238511?art=ZXh0ZXJuYWwtc2VydmljZS1uYXZlci1zZWFyY2gtY2FmZS1wcg.eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjYWZlVHlwZSI6IkNBRkVfVVJMIiwiY2FmZVVybCI6Im5ldGVnIiwiYXJ0aWNsZUlkIjoyMzg1MTEsImlzc3VlZEF0IjoxNzIyMjE4NjQxNzQyfQ.z6z0uVpmdIFP6sR8zdYclOYdf3_Mh6tdILblzh1EWyA

 

클라이언트에서 RST로 끊어버리는 경우.. 도저히 이해가 안되는데 질문 드립니다

TCP 3Way에서 클라이언트 측에서 RST로 끊어버리는 경우가 어떤 케이스가 있을지 싶어서 질문 드립니다. 상황은 이렇습니다. 클라이언트A에서 B사이트로 접근이 안되고 ...

cafe.naver.com

https://blog.naver.com/ciscovoip/222866127107

 

TCP 헤더 Flag URG ACK PSH RST SYN FIN 설명

OSI 7 Layer, TCP/IP 등등.. 네트워크를 공부하다 보면 TPC/UDP는 항상 같이 묶여서 설명되...

blog.naver.com

https://blog.naver.com/imm7745/223108904939

 

TCP PSH

출처 : https://techlog.gurucat.net/314 -TCP PSH 플래그는 TCP를 통한 실시간 통신을 용이하게 ...

blog.naver.com

 

반응형

if같은 조건문이 많아지면 느려짐

 

https://tv.kakao.com/channel/3325567/cliplink/409463787

 

https://wblog.tistory.com/47

 

엑셀 느려짐 현상 문제 해결방법

엑셀을 사용하다 보면 엑셀 파일을 열어볼 때 느리게 열리거나, 마우스 휠을 굴렸을 때 화면 스크롤이 한 박자 느리게 움직이거나, 셀 내용을 복사해서 붙여넣기 했을 때 5~10초 정도 딜레이가 생

wblog.tistory.com

 

+ Recent posts