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

前端 未结 3 541
梦如初夏
梦如初夏 2021-01-01 12:13

I archived and deployed my apk in Visual Studio to the Google play store but it wouldn\'t let me continue with Beta rollout and the only message on the beta rollout page was

3条回答
  •  有刺的猬
    2021-01-01 13:06

    It also causes because of Xamarin.Android 9.1 which is the last version that supports the armeabi architecture.

    In my case,armeabi-v7a & arm64-v8a were already checked but I still had the same issue.


    So I followed the guide here: https://github.com/xamarin/xamarin-android/blob/master/Documentation/guides/messages/xa0115.md

    It worked for me!

提交回复
热议问题