Hello, I have a problem with my Android build. I had to downgrade the sdk from version 33 to 32, I still have a new error that pops and prevents me from finalizing my build. If you have any leads…
one common issue with graddle failing is that it needs to go online and download the same files everytime. so check if it can go online and let it do its “drm spyware” thing. I’ve really tried once to make it work offline, in theory should work, but man that was a hell. They don’t make it easy for you, gasslighitng you with “simple steps” that don’t include important options that need to be configured.
anyway! maybe you are lucky and your firewall blocked the connection so check that
1- Make exlusion because i had 2 JDK version in conflict.
2- Force manuel update to SDK 34 (in administrator mode)
3- put minimal sdk to 23 (not 22) and maximal 34 (build setting > player setting > Other Settings)
And it work, what a hell to fix… Hope it can help someone one day.