juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.09k stars 505 forks source link

[Emulator] App crashes immediate after launching on mobile phone using flutter unity widget release build #886

Closed UnityExpert closed 8 months ago

UnityExpert commented 8 months ago

Unity version 2021.3.9f1 flutter unity widget fuw-2022.2.0

tried to run in Android studio emulator getting this error after building a debug apk

Here is the screenshot of error

Screenshot 2023-10-11 234143

timbotimbo commented 8 months ago

Android emulators generally won't work unless you are working on an Apple M1/M2 computer.

Use a real phone instead.

Check the github readme for more emulator details. (Noy pub.dev)