<p dir="ltr">Version 4.5.2.1535 does indeed fix the issue for me on Android 7.0 (Nougat). (-;</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Aug 24, 2016 4:09 PM, "Dirk Hohndel" <<a href="mailto:dirk@hohndel.org">dirk@hohndel.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
After reading a bit more of the documentation that Google provided regarding the<br>
change with regard to native libraries and reading about other projects cursing and<br>
complaining until they got this to work, I believe that my first attempt to fix this was<br>
exactly the wrong thing to do.<br>
<br>
Yes, you are not supposed to dynamically link against native libraries that aren’t<br>
part of the official API. But that doesn’t mean that you should statically link against<br>
them, instead I now believe that it means you should dynamically link against them<br>
and bundle them with your app.<br>
<br>
So that’s what I tried to do: 4.5.2-1355 should be on its way to the Google Play<br>
Alpha channel and is also already available for direct download on downloads/daily<br>
<br>
I tested this on 6.0.1, but NOT YET on 7.0. So I don’t think I broke what worked<br>
before, but I haven’t been able to verify that this actually fixes the problem on<br>
Android 7.0 / Nougat.<br>
<br>
I know that some of you have already received either a 7.0 preview or even the<br>
final build on your devices. Please test -1355 so I know if this actually fixes things…<br>
<br>
Thanks<br>
<br>
/D</blockquote></div></div>