How make android plugins?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By tuliocll
:warning: Old Version Published before Godot 3 was released.

I would like to make an intent to grab image gallery and return as texture

I think you mean custom modules for the engine

eons | 2016-10-17 23:16

Do you have any tutorial? Thank you

tuliocll | 2016-10-18 11:49

:bust_in_silhouette: Reply From: volzhs

You can make an Android module with following this instruction.
http://docs.godotengine.org/en/stable/reference/creating_android_modules.html

But the grabbing image from gallery is too Android specific thing and not easy to answer.
You need to search how to do it in general android app.