SchildiChat / SchildiChat-android

Matrix client / Element Android fork
https://schildi.chat/android/
Apache License 2.0
387 stars 51 forks source link

ASK: how i can compile? #47

Closed AnonymousWebHacker closed 3 years ago

AnonymousWebHacker commented 3 years ago

how i can compile that whitout android studio or visual studio?

SpiritCroc commented 3 years ago

The recommended way to compile is Android Studio. You might however also be able compile over the command line using ./gradlew assemble or some similar command. Since both ways are well-known standards for Android app development, you can use publicly available information on how to set up a build environment (just search the Internet).