Lamelynx / GodotGetImagePlugin-Android

Godot plugin to select image from gallery or camera on Android device.
MIT License
71 stars 4 forks source link

Issues with godot 4 #14

Closed MetSpek closed 1 year ago

MetSpek commented 1 year ago

I've been trying to generate the .aar file for godot 4 but the 'gradlew.bat assembleRelease' command does not work anymore even after update every dependency. I saw that you need the applicationId "com.gmail.lamelynx.godotgetimageplugin" and I think the problem lies there cause I don't know what else it should be.

MetSpek commented 1 year ago

Somehow I got the 3.4.4 version working, only now only when I take a picture or try to add an image from the gallery the app crashes, even when I do absolutely nothing with the image.

Lamelynx commented 1 year ago

I manage to generate a new release and updated the example project to Godot 4, it's tested on my device and is working as expected. Please let me know if the release work for you.

MetSpek commented 1 year ago

It does! Thank you so much :D you saved my assignment