I had the same issue when try to build apk with android studio
i am using ionic-cordova to build android application. this is happen to me because i used JDK 21 instead of JDK 17, so just modify JDK version fixed my issue.
Hope it will help ):