joaoventura / pybridge

Reuse Python code in native Android applications
215 stars 56 forks source link

Fix no libpybridge.so abi filter issue#38 #35 #43

Closed 44xtc44 closed 12 months ago

44xtc44 commented 1 year ago

Hi, please review this PR to solve issue #35 and #38, libpybridge.so.

Modified "app/build.gradle" with a filter. Added an info section to the README.md file how to add additional ABI to the project. One can add more information without cluttering the "Running the project" section.

Android web site: "APP_ABI is ignored by Gradle's externalNativeBuild. Instead, use an abiFilters block or (if you are using "Multiple APKs") an abi block inside a splits block." https://developer.android.com/ndk/guides/application_mk#app_abi

Best regads