williamwen1986 / flutter_luakit_demo

show how to use flutter_luakit_plugin with flutter project
56 stars 12 forks source link

Demo on Android Simulator #5

Closed Larpoux closed 5 years ago

Larpoux commented 5 years ago

When I start the demo on the iOS simulator, everything are OK.

When I start the demo on the Android simulator I get the following error message 👎

Syncing files to device Android SDK built for x86... Error writing "build/flutter_assets/AssetManifest.json" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:60285/ Error writing "build/flutter_assets/FontManifest.json" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:60285/ Error writing "build/flutter_assets/LICENSE" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:60285/ Error writing "build/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:60285/ Error writing "build/flutter_assets/fonts/MaterialIcons-Regular.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:60285/

williamwen1986 commented 5 years ago

luakit do not provide x86 Architecture so,you should debug on android real phone, not on simulator