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
- [iOS] SystemInfo.systemMemorySize returns negative values
- [Physics Debugger] Colliders are visualized even if their Layer is not selected in the Show Layers property
- Crash on PAL_LocalIPC_IsConnected when IPC fails on launch
- [UWP] Builds fail with Rewired
- [macOS] Video Player's 5.1 audio channel layout is incorrect when outputting to Audio Source
algaib
Nov 25, 2017 15:47
Finally got it working! Unity 2017.1.2p1, Java SDK 8 (Kit 8u151), Android SDK platform 23 (6.0), replaced the tools folder in the SDK folder with Android SDK tools_r25.2.3.
willisp
Nov 23, 2017 00:07
Regression observed in 2017.2p2 on Cloud Build: see https://forum.unity.com/threads/android-java-lang-nosuchmethoderror-com-android-prefs-androidlocation-getavdfolder.505537/#post-3296018
xxstuartrulesxx
Nov 18, 2017 21:50
2017.1.1f1 has the issue?
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