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
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