Search Issue Tracker
Fixed in 2017.1.0f3
Fixed in 5.4, 5.5, 5.6
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
- Rendering is broken with UIToolkit with many Intel GPUs (driver-bug)
- [Vulkan] Crash in Windows Standalone when Vulkan is set as rendering API and player window is out of focus
- "Can't destroy Transform component" Error is thrown when closing a scene that contains a DontSave Prefab with a Child
- [Particle System] Editor freezes when assigning a nested Particle System in the Sub Emitter Module
- Unable to switch to different material when selecting another material from Asset selector window on Particle System Material
hMark
Jul 28, 2017 07:36
I wrote an article about proper installation:
http://devlog.markhlavac.com/2017/06/30/installing-android-sdk-for-unity3d-using-sdk-tools-and-cli/
tricalnikhil
Jul 25, 2017 23:18
The Downloads url might have changed to https://dl.google.com/android/repository/tools_r25.2.3-macosx.zip?hl=id
or, for the latest - https://dl.google.com/android/repository/tools_r25.2.5-macosx.zip?hl=id
yixiaoqingyuz
Jul 23, 2017 17:05
I found that you need to update your java to version1.8 to fix this bug!
ESG-Steven
Jun 29, 2017 22:47
Same Problem in 5.6.0f3 and having the same issue as Barney_Devrookie... Those downloads no longer exists. Android Studio only gives the most recent version of the sdk tools
Ciaran
Jun 28, 2017 21:42
This still seems to be an issue. 5.6.2f1 on mac and Android tools 26.0.2 (installed by Android Studio)
sethshort
Jun 21, 2017 17:55
This error appears for me. Using:
Unity 5.6.1f1
Java JDK 8u131
Android SDK Tools 2.3.3, downloaded here per Unity's instructions: https://dl.google.com/android/repository/sdk-tools-windows-3859397.zip
There is NO "Android.exe" as the instructions indicate there should be, so I downloaded Android Studio and used it to update my SDKs into my chosen folder, C:\android-sdk.
Upon "Build and Run", I get the error:
CommandInvokationFailure: Unable to list target platforms. Please make sure the android sdk path is correct. See the Console for more details.
C:\Program Files\Java\jdk1.8.0_131\bin\java.exe -Xmx2048M -Dcom.android.sdkmanager.toolsdir="C:/android-sdk\tools" -Dfile.encoding=UTF8 -jar "C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer/Tools\sdktools.jar" -
stderr[
Error:Invalid command android
]
stdout[
]
exit code: 64
UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
UnityEditor.Android.AndroidSDKTools.RunCommandInternal (System.String javaExe, System.String sdkToolsDir, System.String[] sdkToolCommand, Int32 memoryMB, System.String workingdir, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
gbkamwp
Jun 18, 2017 23:00
This is still a problem in 19.7.2017 , using Unity 5.6.0f3 Win10.
WOOYU
Jun 14, 2017 22:13
I used to have this issue, and I had success after upgrading Android SDK, Unity, and then finally JDK.
I didn't even have terribly old versions (all within 6 months), but upgrading them still to the latest versions solved the issue for me.
nask
Jun 09, 2017 08:46
I installed 5.6.1p2 - and the issue persists
VickySmalley
Jun 07, 2017 15:14
I'm also finding that this is NOT fixed in 5.4.5p2 on mac, also getting the problem with merging manifests.