Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android armeabi-v7a issue? #54

Open
parksmart-dev opened this issue Dec 26, 2021 · 1 comment
Open

Android armeabi-v7a issue? #54

parksmart-dev opened this issue Dec 26, 2021 · 1 comment

Comments

@parksmart-dev
Copy link

parksmart-dev commented Dec 26, 2021

So, I've started getting the below error on Google Play,

This release is not compliant with the Google Play 64-bit requirement.
The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: [30000]
Include 64-bit and 32-bit native code in your app. Use the Android App Bundle publishing format to automatically ensure that each device architecture receives only the native code it needs. This avoids increasing the overall size of your app.

and I think it might be something related to the below,

> Task :app:extractReleaseNativeSymbolTables
Unable to extract native debug metadata from /Development/app/platforms/android/app/build/intermediates/merged_native_libs/release/out/lib/armeabi-v7a/libnativealpr.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from /Development/app/platforms/android/app/build/intermediates/merged_native_libs/release/out/lib/armeabi-v7a/libtess.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from /Development/app/platforms/android/app/build/intermediates/merged_native_libs/release/out/lib/armeabi-v7a/libopencv_java3.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from /Development/app/platforms/android/app/build/intermediates/merged_native_libs/release/out/lib/armeabi-v7a/libopenalprjni.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from /Development/app/platforms/android/app/build/intermediates/merged_native_libs/release/out/lib/armeabi-v7a/libjpgt.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from /Development/app/platforms/android/app/build/intermediates/merged_native_libs/release/out/lib/armeabi-v7a/liblept.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from /Development/app/platforms/android/app/build/intermediates/merged_native_libs/release/out/lib/armeabi-v7a/libpngt.so because unable to locate the objcopy executable for the armeabi-v7a ABI.

does anyone have any ideas on how to fix? Thanks.

@singhc00
Copy link
Contributor

singhc00 commented Dec 5, 2022

Hi @parksmart-dev

I believe you need to have 64-bit android apps. Please see my last commit, that adds support for 64-bit android apps to this plugin. If your project has the folder for arm64-v8a in jniLibs, then the plugin should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant