Build for android#7
Open
alex-goodisman wants to merge 2 commits intoKyokoBot:masterfrom
Open
Conversation
Author
|
also fixed what seemed like a broken broken directive in the jni impl tests |
|
Upping this, would love to have this! |
Hey, I'm not sure if this is what you were exactly looking for, but I decided to make my own repo based off your code, this should work for you? It is however vibe coded so I'm not entirely sure if everything will work, however with my testing via. Termux on Android 11, I was able to get a Discord bot to join a voice channel and stay in it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for building on android.
built with ninja multiconfig with the default android cmake toolchain targeting arm64-v8a and android 26.
Tested that I can use the NativeDaveFactory with JDA* and it works for sending audio.
I vibe coded the cmake parts but I'm pretty sure they're legit
*I had to fork JDA to make it work on android but it's only some surface level compile time stuff, core functionality works.