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 504 forks source link

Execution failed for task ':app:minifyReleaseWithR8 / Vuforia Build apk fail #931

Closed bomxo007 closed 4 months ago

bomxo007 commented 4 months ago

image

is app can run on devices in android studio

bomxo007 commented 4 months ago

I found a solution. After testing the app, to build the APK, you need to delete the code in the unityLibrary/build.gradle as follows.

- implementation project(':VuforiaEngine')

it works for me