miquido / AR_quido

Flutter mobile plugin for image recognition using Augmented Reality (AR) features
https://miquido.com
Apache License 2.0
8 stars 2 forks source link

Building any project with plugin present causes immediate crash #16

Closed liam-coll closed 3 months ago

liam-coll commented 3 months ago

Upon attempting to debug the plugin on my Samsung A52, the build reaches the following line: √ Built build\app\outputs\flutter-apk\app-debug.apk. The app launches on the phone and immediately exits, leaving no error message or anything. Tested on both my own project and the example

PiotrMitkowski commented 3 months ago

Hello @liam-coll!

Do you mind checking the native Android logs in the Logcat tab of the Android Studio? There is usually more information there, especially if the app crashes before the Flutter engine is fully started.

Could you also confirm, that you've inserted the Easy AR Sense License Key in the correct place of the AndroidManifest.xml (as mentioned here)?

Thanks!

liam-coll commented 3 months ago

Nice! Logcat provided the clarity - hadn't changed the package name on the metadata. Thanks for the quick and helpful reply, and for helping out a newbie to the app dev world!

PiotrMitkowski commented 3 months ago

You're welcome, good luck with your AR project! 💪