Convert HTML Project to Android Project.
npm i -g andro degit
andro init
Previously, if in our HTML we used absolute URLs to call CSS or JS files, first change them to the base: /assets/
. If you use Vite, the command is like this:
vite build --base /assets/
Then, generate with command andro