Any way to run an apk on a jetson nano, using webcam?

Reposting this in a different category.
Hi, I have been trying to find a way to run a .apk on my jetson nano.
This is an augmented reality app that makes use of a camera, so it will need to be able to access the webcam.
Ideally I would also like to use I2C to access an IMU in the future.
Is there any existing way to do this? The options I am exploring so far are:

Any advice or suggestions would be appreciated, even if it’s to tell me it can’t be done. Thanks!

Why not just run linux APP to access webcam and IMU?

Hi Shane, could you clarify further what you mean by this? I am having trouble finding resources. Thanks

I mean why do you run Linux APP instead of android APP(apk) on Nano ubuntu OS.

What I have already is an android app that does what I need it to do. I’m looking for a way to run that specific app.

It’s would be better to implement the APP for ubuntu instead of run simulator OS for specific APP.