I am working on flutter application, and i want that application to load and run natively on android studio without flutter sdk separately so that i can put some dependencies of native kotlin or java there and run natively from there.
I copied the android folder from flutter project and create a new native android application from it enter image description here