EAST GATE

The program should be approached not by memorization, but by conceptualization

Development

전체 글 13

vscode the supplied phased action failed with an exception.

아래와 같은 에러 일 경우The supplied phased action failed with an exception.  Java(0) [Ln, Col 1] ^Could not create task ':generateLockfiles'.Process 'command '/Users/***********/***********/********/android/gradlew'' finished with non-zero exit value 1  MyProject > android > gradle > gradle-wrapper.properties java -version -> 19distributionUrl=https://services.gradle.org/distributions/gradle-7.6-all.zip ..

이 App Bundle 아티팩트 유형은 네이티브 코드를 포함하며 아직 디버그 기호가 업로드되지 않았습니다.

이 App Bundle 아티팩트 유형은 네이티브 코드를 포함하며 아직 디버그 기호가 업로드되지 않았습니다. 비정상 종료 및 ANR을 더 쉽게 분석하고 디버그할 수 있도록 기호 파일을 업로드하는 것이 좋습니다. 해결. \build\app\intermediates\merged_native_libs\release\out\lib 전체파일 압축 : 확장자 .zip 구글스토어 App Bundle 탐색기 최근 라인 화살표 클릭 -> 다운로드 탭 : 네이티브 디버그기호 업로드

Tip 2023.05.10

Ubuntu 18.04 HTTPS

# sudo certbot --nginx -d www.xxxxxx.net -d xxxxxx.net //이후 질문 1: No redirect - Make no further changes to the webserver configuration. (해석)리디렉션 없음 - 웹 서버 구성을 추가로 변경하지 않습니다. 2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for new sites, or if you're confident your site works on HTTPS. You can undo this change by editing your web server's configuration. (해석)리디렉션 - 모든 ..

Server/Ubuntu 2023.03.17

Ubuntu 18.04 Virture Host

사용자계정 생성 # adduser jinyoung 'chaeri' 사용자를 추가 중... 새 그룹 'jinyoung' (1000) 추가 ... 새 사용자 'jinyoung' (1000) 을(를) 그룹 'jinyoung' (으)로 추가 ... '/home/jinyoung' 홈 디렉터리를 생성하는 중... '/etc/skel'에서 파일들을 복사하는 중... 새 UNIX 암호 입력: 새 UNIX 암호 재입력: passwd: password updated successfully Changing the user information for chaeri Enter the new value, or press ENTER for the default Full Name []: Room Number []: Work Phon..

Server/Ubuntu 2023.03.17