DEV Community

Iftach-Nevo
Iftach-Nevo

Posted on

Android application that runs on linux arm64 as well

Problem 1: I need to build an application that will run on the Snapdragon HDK that runs android and on the NVIDIA Jetson Xavier NX that runs linux on arm64.

Problem 2: I need that app to be able to call functions from Java and C++ libraries.

Problem 3: There should be one source code (not a must).

Problem 4: The application cannot be internet dependant.

Iv'e been searching the internet for a platform that will answer my problems with no success, I'm looking for a web based solution or a GUI framework, any suggestions?

Top comments (0)