Use Android Godot game as an Activity or Fragment in a larger application

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By devil0150

I have been making a game for a while in Android Studio, using just plain Android features like Drawable-s and such for the visuals.

I am planning to add change/update some things and I think that would be easier to do with Godot, but I want to keep the rest of the application in Android Studio.

Is it possible to make something in Godot and export/integrate that into an Android Studio project? Maybe as a separate Activity or Fragment?