How to merge Framework7 project to an exist android studio project?

I already have an exist android project with android studio developed. I want to merge Framework7 project to this exist android project . instead of the mode that android app connect the remote HTTP server.
Is there any way to achieve this requirement ?

You need to use Cordova https://cordova.apache.org/
And follow its Android guide https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html

I really appreciate your help.