Docs
Doc / build-android
Build OmniEdge Android
- Download Android Studio: https://developer.android.com/studio
- Get the repo and compile
git clone https://github.com/omniedgeio/omniedge-android.git`
./gradlew test --stacktrace
./gradlew assembleDebug --stacktrace
We have also prepared the CI for Github and Gitlab for building automatically.
If you have more questions, feel free to discuss.
On This Page