Search Issue Tracker
Fixed in 2018.3.X
Votes
3
Found in
2017.3.0b6
Issue ID
961766
Regression
No
CommandInvokationFailure: Unable to list target platforms when using Android SDK > 25.2.5
CommandInvokationFailure: Unable to list target platforms when using Android SDK > 25.2.5
This happens for both Windows and OSX, if the JAVA_HOME environment variable is not set.
Repro steps:
Install an Unity version with the Dowload asistant. Pick Editor and Android Tools
Ensure you have JDK 1.8. There is an issue with building with JDK 1.9 anyway
Navigate to Preferences->External Tools-> Android->download
this will thake you to ASndroid Studio. Download Android Studio
Chose to install the latest SDK, (26) or 25..
After instalation, go to Preferences->External Tools-> Android and chose the location where Android Studio installs the SDK.
The default is: C:\Users\[yourusername]\AppData\Local\Android\sdk
Try to build
The error you get:
-----------No.1----------------
Error:Invalid command android
UnityEditor.HostView:OnGUI()
-----------No.2------------------------
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_121\bin\java.exe -Xmx2048M -Dcom.android.sdkmanager.toolsdir="C:/Users/JG/AppData/Local/Android/Sdk\tools" -Dfile.encoding=UTF8 -jar "C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer/Tools\sdktools.jar" -
stderr[
Error:Invalid command android
]
stdout[
]
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)
UnityEditor.Android.AndroidSDKTools.RunCommandSafe (System.String javaExe, System.String sdkToolsDir, System.String[] sdkToolCommand, Int32 memoryMB, System.String workingdir, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
UnityEditor.HostView:OnGUI()
-------------No.3-------------------------------
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_121\bin\java.exe -Xmx2048M -Dcom.android.sdkmanager.toolsdir="C:/Users/JG/AppData/Local/Android/Sdk\tools" -Dfile.encoding=UTF8 -jar "C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer/Tools\sdktools.jar" -
stderr[
Error:Invalid command android
]
stdout[
]
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)
UnityEditor.Android.AndroidSDKTools.RunCommandSafe (System.String javaExe, System.String sdkToolsDir, System.String[] sdkToolCommand, Int32 memoryMB, System.String workingdir, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
UnityEditor.HostView:OnGUI()
--------------No.4---------------------------------
Error building Player: 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_121\bin\java.exe -Xmx2048M -Dcom.android.sdkmanager.toolsdir="C:/Users/JG/AppData/Local/Android/Sdk\tools" -Dfile.encoding=UTF8 -jar "C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer/Tools\sdktools.jar" -
stderr[
Error:Invalid command android
]
stdout[
]
Reproduced with:
2017.2f3, 2017.3b5 and b6, 2018.1a1
But users have had this issues with 5.4 and 5.6 too...
http://answers.unity3d.com/questions/1323731/unable-to-list-target-platforms-please-make-sure-t.html
License type: Pro
Comments (3)
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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
nancyclegg619
Aug 15, 2025 11:31
This is a very helpful post! I appreciate you sharing such valuable information about the Android SDK issue. Keep posting more insightful content for everyone’s benefit. Visit Our Site
kickstep
Apr 09, 2019 04:22
Does this only set JAVA_HOME when it is NULL / not defined?
It seems to set JAVA_HOME to embedded OpenJDK even when it has already been set for JDK 8 (external).
Cannot seem to configure this for headless builds (e.g. Jenkins) now.
FaberVi
Feb 20, 2018 02:34
Same problem. Unity 2017.3.1p1