How to build android library and use in android project? #2264
-
Is there any documentation for this? |
Beta Was this translation helpful? Give feedback.
Answered by
Danielku15
Aug 16, 2025
Replies: 1 comment 2 replies
-
You do not need to build the library yourself to use it. All docs around getting started on Android are at https://alphatab.net/docs/getting-started/installation-android If you really want to build it yourself, one approach is to look at our CI/CD scripts or some basic introduction is available at https://alphatab.net/docs/contributing |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Danielku15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You do not need to build the library yourself to use it. All docs around getting started on Android are at https://alphatab.net/docs/getting-started/installation-android
If you really want to build it yourself, one approach is to look at our CI/CD scripts or some basic introduction is available at https://alphatab.net/docs/contributing