본문 바로가기
반응형

에러33

[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.
[Solution][Android] 'com.example'은(는) 제한되어 있으므로 다른 패키지 이름을 사용해야 합니다. [1분 해결 방법] [Solution] [Android] 'com.example'은(는) 제한되어 있으므로 다른 패키지 이름을 사용해야 합니다. ('com.example' is restricted, so a different package name must be used.) 구글 플레이 콘솔에 앱을 새로 배포하거나 버전 업데이트를 할 때 "'com.example'은(는) 제한되어 있으므로 다른 패키지 이름을 사용해야 합니다." 라고 에러 메시지가 나올 때가 있다. 이 때는 프로젝트 코드를 약간만 수정하면 된다. 아래와 같이 com.example을 프로젝트에서 전체 검색하고 본인 개발자 스튜디오 이름으로 변경하면 된다. (When distributing a new app or updating the version on the.. 2023. 10. 16.
[Flutter][Solution] No Material widget found. _InkResponseStateWidget widgets require a Material widget ancestor within the closest LookupBoundary. [Flutter][Solution] No Material widget found. _InkResponseStateWidget widgets require a Material widget ancestor within the closest LookupBoundary. 문제 상황 (Problem) 플러터 프로젝트에서 아래와 같은 에러 로그가 발생하며 빌드에 실패한다. [Eng] (The following error log occurs in the Flutter project and the build fails.) No Material widget found. _InkResponseStateWidget widgets require a Material widget ancestor within the closest.. 2023. 9. 19.
[Solved][iOS] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. [Solved[iOS] [!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. 문제 상황 (Problem) ios 앱 빌드 중에 아래와 같은 에러가 발생한다. [Eng](The following error occurs while building the ios app.) [!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform .. 2023. 8. 18.
반응형