Commit 300cd94
committed
flet_example/android: extractNativeLibs=true (match bridge_example)
serious_python_android ships libpythonbundle.so / libpythonsitepackages.so
which are ZIP archives masquerading as .so files (so they ride the
standard jniLibs packaging path). AGP 8.x defaults to NOT extracting
native libs out of the APK at install time, leaving them inaccessible
as on-disk files — which serious_python_android.dart's run() needs.
Setting `android:extractNativeLibs="true"` on the <application> tag
restores the pre-AGP-8 behavior; matches the same setting in
bridge_example/android/app/src/main/AndroidManifest.xml which has been
green on Android.1 parent fb53f65 commit 300cd94
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments