Mr Zero
Mr Zero

Reputation: 173

How to fix Android SDK is outdated?

Any help with this error i have after updating unity to the latest version 2019.2.0f1 when building, its weird i have 29.0.1 SDK installed but the error says 25.2.5< 26.1.1 while actually i have the newest version of SDK 29.0.1 installed and the target API option in player settings is on Auto, i installed for second time SDK and change path in preference but still same error

enter image description here

enter image description here

enter image description here

enter image description here

Images from SDK Manager to see installed files and versions

enter image description here

enter image description here

enter image description here

enter image description here

a proof for the comman line tools method i did

enter image description here

the new installed sdk files using the second method enter image description here

Upvotes: 1

Views: 7779

Answers (1)

Mr Zero
Mr Zero

Reputation: 173

finally after the Second attempt of trying to install the Android SDK Using command line tools Sdk Tools For Android Command line Tools and then following this guide here SDK tools installation (to get safe from sdkmanage.bat --list error open CMD by tab + right click inside Tools/bin foolder and select Open PowerShell Window here to start the cmd directly from that folder) , but in this second attempt i installed "build-tools;28.0.3" and "platforms;android-29" , im not sure why it didn't work from the first attempt when i installed the newest build tools 29.0.1 using SDK Manager and Using Command line tools.

Upvotes: 1

Related Questions