cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.89k stars 66 forks source link

Trying to tell you what to do when using old Android #265

Closed rabbitson87 closed 8 months ago

rabbitson87 commented 8 months ago

If you use old Android, there are situations where you get an error because the native load does not work.

At this time, you can modify the Androidmanifest.xml file as follows.

I'm reporting that if I leave it in the document, it will help others who will experience the same experience. :)

...
<application
  android:extractNativeLibs="true"
  ...
>
...
temeddix commented 8 months ago

Hi @rabbitson87 , thank you very much for the report! Indeed, letting the users know how to solve this problem in the docs will be good. I will probably writing this in the FAQ section later on. Thanks!