반응형 변경2 flutter 프로젝트에서 안드로이드의 minSdkVersion 변경 flutter version: 3.10.6 dart version: 3.0.6 os: ubuntu 22.04 firebase를 flutter에 붙이는 과정에서 com.google.gms:google-services 버전이 최초 4.3.10 상태에서 flutter run을 실행했을때 에러 메시지를 내뱉어 구글링 해보니 최신 버전으로 변경해보라는 말씀에 변경했더니 다시 아래와 같은 메시지를 보여준다. '현재 minSdkVersion이 19보다 낮은 16이다. 올리던가 무슨 조치를 취해라!' 라고 에러 메시지를 뱉어냈다. build.gradle(app) 파일의 defaultConfig를 확인해보니 minSdkVersion가 flutter.minSdkVersion이란다. 그래서 flutter.minSdkVers.. 2023. 8. 11. 라즈베리파이 해상도 변경 참조 문서: http://wiki.sunfounder.cc/index.php?title=Adjust_Resolution_for_Raspberry_Pi Adjust Resolution for Raspberry Pi - Wiki If you are using Raspberry Pi with the screen, you may encounter incomplete display, with black space around. that would be wrong resolution. Step 1: Open config.txt Connect a mouse and a keyboard to your Raspberry Pi. Click open the Terminal, and type in wiki.sunfounder... 2022. 9. 4. 이전 1 다음