USB + Bluetooth + upgrade to Android 14 SDK #1
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.
This is not compiling yet, because I can't find a way to integrate the AAR files.
It seems this now requires a Gradle file, but I can't get it to work on the main app's build process. It seems it needs a
framework
tag onplugin.xml
and that XML file gets copied when the plug-in is added (even if you useplugin add --link
), and thus any change to the XML requires a re-add. But then, Gradle never finds the AAR files.So far, I've tested a mix of the following references:
plugin.xml
<framework
is exclusive to iOS and a Gradle file is not needed, but then both are used...