[Godot 3.3][Subview] Merge Android Plugin and project as single project.

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

I’m currently using Godot 3.3 RC6 for Android application with subview game component.

In this case, my question is can I merge the android plugin with android project itself?

The use case is something like this,

  1. Subview shows the game
  2. Other subview shows the position status.
  3. Plugin calculates the position and movement of the character, input the movement information to the game engine via godotPlugin.

I think 2 and 3 can be merged as a single code, but plugin restrict that. So, can I insert plugin from the Godot Activity class at the Android studio rather than using export at the editor?