- คือ run emulator สำหรับ flutter ผ่าน VS CODE แล้ว emu ก็รันได้ปกติ แต่ apk ที่ติดตั้งไปแล้วรันมันขึ้นหน้าขาวๆ เลย
- ที่ debug console มันแสดงประมาณนี้
error connecting to the service protocol: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:...
- ซึ่งเครื่องนี้ใช้บน Android Studio ก็ไม่มีปัญหาอะไร รันได้ปกตินะ
- ที่ terminal ของ vs code ใช้คำสั่งประมาณนี้แทน
--start-paused: NO_PROXY=localhost,127.0.0.1; flutter runSolved method 2
- ตัว emulator ใช้ android รุ่นสูงสุด 8.1 พอ เพราะ ตัว 9++ มันมีปัญหา
Ref:
No comments:
Post a Comment