hey guys, I had the same problem when I 'am trying to deploy my game on my tablet android 5.1 (API 22) so this is what I did :
- Project Settings > Android >
- check Support arm64 [aka arm64-v8a]
just that and then I had the Gradle problem I just unchecked the “Enable Gradle Instead of Ant”
Hope this helps