본문 바로가기
반응형

Solution44

[Java][Flutter] Gradle과 JDK 버전 확인 및 변경 방법 How to check and change Gradle and JDK versionsGradle과 JDK 버전 확인 및 변경 방법[Java][Flutter]  Gradle과 JDK는 Android 애플리케이션을 빌드하는 데 필수적인 요소입니다.이들 간의 호환성은 프로젝트의 성공적인 빌드와 실행에 매우 중요합니다. 이 글에서는 Gradle과 JDK 버전의 호환성을 확인하고, 필요에 따라 버전을 변경하는 방법에 대해 설명합니다. (Eng> Gradle and JDK are essential components for building Android applications.Compatibility between them is critical to the successful build and execution o.. 2024. 1. 28.
[Solved][flutter] Didn't find class "com.xx.yy.MainActivity" on path: DexPathList Didn't find class "com..MainActivity" on path: DexPathList [Solved][flutter][Android] 문제 상황 (Problem) Flutter 프로젝트의 안드로이드로 개발하는 도중 빌드에는 성공했지만 아래와 같은 에러메시지가 나오면서 앱이 실행되다가 말고 강제 종료된다. (While developing a Flutter project on Android, the build was successful, but the following error message appeared and the app was forcibly terminated instead of running.) AndroidRuntime(11422): Caused by: java.lang... 2023. 10. 18.
[Flutter] How to remove the debug ribbon (5second) (디버그 리본 제거하는 방법) [Flutter] How to remove the debug ribbon (5second) (5초만에 디버그 리본 제거하는 방법) 플러터를 기본 프로젝트로 생성하면 debug 모드를 주로 사용할 수 있도록 각종 프로젝트 관리 코드를 생성해줍니다. (If you create Flutter as the default project, So that you can mainly use debug mode Generates various project management codes.) 개발 중에는 이 디버그 리본이 있어도 상관 없으나 배포, 출시할 때에는 리본을 없애는 것이 좋겠죠! (It is okay to have this debug ribbon during development. It would be a go.. 2023. 10. 17.
[Flutter] Make the height of the widget variably change depending on the length of the text input string. (Text 입력 문자열 길이에 따라 위젯의 높이가 가변적으로 변하도록 만들기) [Flutter] Make the height of the widget variably change depending on the length of the text input string. (Text 입력 문자열 길이에 따라 위젯의 높이가 가변적으로 변하도록 만들기) 문제 상황 (Problem) Text에 입력으로 들어오는 문자열 길이에 따라서 위젯의 높이가 가변적으로 변하면 좋겠는 상황이다. 코드를 어떻게 수정해야할까? [Eng] (This is a situation where it would be nice to have the height of the widget change variably depending on the length of the string that is input to the te.. 2023. 9. 18.
반응형