-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android build errors #344
Comments
Same here...
@kdewald can you point us in the right direction? |
nativehelper is available since 31, builds ok for me with |
Hey all, thanks for all the enthusiasm around Android support! Please be patient as things are still in an early alpha stage, but don't hesitate to highlight any issues. |
I am actually using it natively (C-lang) through Flutter, so it is still different from using Android/Kotlin ^^; |
I am also trying to use it slightly differently. So afaiu I need a way to pass this pointer into SimpleBLE. @kdewald I dont see how to do this wo patching, do you have any ideas? |
I added an extra constructor:
bytearray(std::vector<unsigned char>::iterator ptr, std::vector<unsigned char>::iterator size) : data_(ptr, size) {}
And... I don't have
nativehelper
. I don't know where/how you got it for the NDK.The text was updated successfully, but these errors were encountered: