Search Issue Tracker
Fixed in 2017.1.0f3
Fixed in 5.4.X, 5.5.X, 5.6.X
Votes
39
Found in
5.5.2f1
2017.2.0f3
Issue ID
888859
Regression
Yes
Android Build fails when the latest Android SDK Tools 25.3.1 version is used
How to reproduce:
1. Update Android SDK Tools to 25.3.1
- In Mac open Android Studio -> Check for updates and update Android Studio version (might be not necessary)
- In Android Studio -> Preferences -> Appearance & Behavior -> System Settings -> Android SDK -> SDK Tools
2. Create a new Unity project
3. Build and run on Android device
Result: Build fails "CommandInvokationFailure: Unable to list target platforms. Please make sure the android sdk path is correct. See the Console for more details. ..."
Reproducible: 5.5.2p2, 5.6.0b11, 2017.1.0a3
Note: I haven't been able to reproduce this issue on Windows machine. As after update via Android Studio, SDK Manager still doesn't see SDK Tools 25.3.1 version and uses 25.2.5
Workaround for the customers.
1) just open https://developer.android.com/studio/index.html
2) scroll down to the bottom of that page
3) go to downloads
4) scroll down to the bottom of that page
5) find Windows "tools_r25.2.3-windows.zip" download and unzip it
5) find MacOSX "tools_r25.2.3-macosx.zip" download and unzip it.
6) In the SDK path replace the tools folder.
FIXED:
Unity versions: 5.4.5p2, 5.5.3p3, 5.6.0p3, 2017.1.0b3
SDK Tools have to be updated to 26.x.x
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SerializedPropertyChangeEvent is invoked when initially binding PropertyFields in custom Editor
- UI Panel is not visible when HDR and STP filter are enabled
- Crash on GfxDeviceD3D11Base::DrawBuffersIndirect when opening a specific project
- OnTriggerExit2D is called in Play mode when undoing component adding
- Builds fail with "Execution failed for task ':launcher:checkReleaseDuplicateClasses'" error when the newer version of the In-App Purchasing package is installed on a specific project
justarandomname2
Nov 16, 2017 19:56
Yep problem still exists in Unity 2017.1.1f
softmarshmallow
Nov 16, 2017 02:39
its still remaining on unity 2017.2
MeHead
Nov 14, 2017 18:49
I'm new to android development and I can't seem to build an apk.
I've followed multiple tutorials and it still won't work.
From what I have read here you need to use different versions of 'SDK' and 'JDK'
Could someone link me to the exact versions I need to download.
14/11/2017
Meltdown
Nov 14, 2017 00:43
This is what worked for me....
1.) Install JDK jdk1.8.0_131 and set it as the JDK Path in Unity
2.) Delete android sdk "tools" folder : [Your Android SDK root]/tools -> tools
Download SDK Tools: http://dl-ssl.google.com/android/repository/tools_r25.2.5-windows.zip
Extract the tools folder in that archive to Android SDK root
Build your project
josephlbelcher
Nov 11, 2017 22:37
This is still a problem and I can not find a copy of the needed file for the work around. Very frustrating!
admin_unity63
Nov 10, 2017 15:10
This issue still isn't fixed in the latest version. I'm using 2017.2.0f3
casperpas
Nov 09, 2017 04:58
I'm using
Unity 2017.2.0f3
Android SDK Tools 26.1.1
and this still exists. I work on Android Studio to build native apps as well, so downgrading is so annoying
Sudarmin-Then
Nov 03, 2017 05:40
After I download the tools_r25.2.5-windows.zip, I can build to APK again, but I can't install it, certification error, so I also downgraded my JDK to 1.8.0 or Java SE Development Kit 8u151 in Java download page, now I can build my APK and also install it
LightOwl
Oct 24, 2017 21:02
After dorking around for way too long, for me the fix was....
Android SDK Platform 26
Android SDK Tool 26.0.2
Java 1.8.0
I read in other places that there were issues with the earlier versions of SDK Tool 26 and that java 1.9 didn't work either.
If you have Android Studio, it is just a matter of going into the tools>Android>SDK Manager to upgrade the Android SDK Platform and Tool. No downloading and placing files anywhere.
Make sure that after you upgrade to double check Edit>Preferences>External Tools to make sure it is pointed to the right location.
dhidle
Oct 23, 2017 03:50
I just lost about 4hours to this as well on version 2017.3.0b5 "Unable to list target platforms."
with the latest version of the sdk. The link is no longer listed for the old version but I managed to find it in some of the other unity posts on this issue.