Continue developing in Android Studio

Hello,

I need to integrate a few native plugins into my Android game so I exported it as a Google Android project.
In Android Studio I imported this project (btw: Is it possible to make this project a Gradle one?) and wanted to continue development by integrating the plugins. But how do I continue? Where is the code? How can I modify the scripts I created in Unity? I searched everywhere but just have absolutely no idea what to do in Android Studio…

I hope you can help me

best regards,
bonana

No, you go the other way around.

Workflow goes like that - you make plugins and then unite them in Unity project.

THERE you can find a good enough explanation how all that works, and how can you interact with plugins.