Search code examples
androidgithubjitsi

How to run this android studio app from github?


I downloaded this git repository: https://github.com/jitsi/libjitsi

It contains two examples, but when I try to run them, the run button is disabled:

the app in android studio

When I select in the menu "Run" -> "Run", it tells me to add the edit configurations for the app and this window opens, but I don't know what to select there:

Run Menu -> add configuration

I found this additional site referring to the examples (when you scroll down a bit under examples and API): https://desktop.jitsi.org/Projects/LibJitsi


Solution

  • Those are designed for use from the JVM, such as on a desktop or server. They contain main() methods for use with the java command. They are not Android apps and cannot be run from within Android Studio on Android devices.