First, I wanted to thank you so much for this example, it save me sooo much time.
There is one thing that is needed for android, in app\build.gradle we need the following
android {
packagingOptions {
jniLibs.useLegacyPackaging = true
}
......
Also, I had to delete "owner" in app.json for it to work
First, I wanted to thank you so much for this example, it save me sooo much time.
There is one thing that is needed for android, in app\build.gradle we need the following
android {
packagingOptions {
jniLibs.useLegacyPackaging = true
}
......
Also, I had to delete "owner" in app.json for it to work