아무튼-작업일지
Sign In
공부 내용

플러터 빌드하기

Y
yeji Kim
Jul 26, 20242y ago
플러터로 개발한 앱을 apk로 추출해보자
실제 기기에서 테스트해 보기 위해 .apk 파일로 추출을 해보려 합니다. 물론 개발자 옵션을 통해 설치 후 사용이 가능하지만, 저는 앱등이라 안드로이드가 없어서 다른 분 핸드폰에 설치하기 때문입니다. apk 추출 명령어 혹시 command not found : flutter와 같은 형식으로 flutter 명령어를 인식하지 못할 경우, 시스템 환경변수에 flutter를 등록합니다. cd ~/{project-root} flutter build apk --release --target-platform=android-arm64 빌드 타겟 위치 플러터 프로젝트 위치에서 build/app/outputs/apk 디렉토리 밑에 app-release.apk 파일로 떨어집니다. 이 apk를 안드로이드 핸드폰에 옮긴 후, ..
blog.dglee.co.kr
[Flutter] Debug, Release모드 빌드
Build Apk 추출
velog.io
Subscribe to '아무튼-작업일지'
Subscribe to my site to be the first to receive notifications and emails about the latest updates, including new posts.
Join Slashpage and subscribe to '아무튼-작업일지'!
Subscribe
👍