LibTorch Inference on Android

Hello everyone,

I have successfully written the code to perform inference using a model with LibTorch. I am now trying to cross-compile this code to run inference directly on an Android device using adb shell, but I am facing several challenges. Is it possible to use LibTorch as-is on an Android phone? If so, could someone guide me through the process or provide any resources to help achieve this?

Thank you in advance for your assistance.