This release is not compliant with the Google Play 64-bit requirement

You have to edit all categories on the left with grey marks. If they are all green, you can progress with a release.

1 Like

I was able to open the project generated by expo eject on SDK33 using Android Studio, I fixed a couple of things, then submitted it to Google Play and it was accepted.

Succinctly:

  • Create an app bundle not an apk

  • abiFilters in the app Gradle script:

    abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'

There a quite a few other details, which are probably specific to the app you are developing.

1 Like

expo build:android -t app-bundle

i solve porblem here : - YouTube you can follow my steps step by step to fix enable 64 bit through unity and android studio

1 Like