WalkerKnapp / devolay

A Java binding for the Newtek NDI(tm) SDK.
Apache License 2.0
54 stars 17 forks source link

Create a separate distribution for Android platforms #22

Closed WalkerKnapp closed 2 years ago

WalkerKnapp commented 2 years ago

Instead of distributing a normal *.jar file via Gradle for Android platforms, we should distribute an ARR file.

https://developer.android.com/studio/projects/android-library.

These would automatically load our native component, circumventing some nasty hacks in Devolay.java and devolay-native/build.gradle.kts.

Some considerations are:

Solving this issue will implicitly solve #21.