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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
hilllo
Jan 10, 2018 00:24
Agree with @ALCATRAZZGAMES the problem is still here.
fix here works for me as well: https://www.youtube.com/watch?v=1yLDxIMuRlo (watch from 50s)
AlCaTrAzzGames
Jan 08, 2018 03:49
can confirm this bug still exists in 2017.3.0f3, if you install the latest version of android studio
fix here works: https://www.youtube.com/watch?v=1yLDxIMuRlo (watch from 50s)
daraOke
Jan 05, 2018 02:54
I am getting a different error. The one where ':prepareUnityAdsLibrary' as a task already exists. Could not find a fix anywhere. Any ideas, please?
OneLemon
Jan 04, 2018 20:04
Ok, what I found out is, if anyone is using any android plugins (In my case, stan's assets native android plugin), it may create's this error and/or the "unable to merge androidmanifest.xml" one.
After trying different android SDKs and JDKs and it still doesn't work, try removing any android plugins and see if you still get this error. It worked for me.
Good luck.
OneLemon
Jan 04, 2018 15:51
This is broken again in 2017.3.0f3, was working fine in my previous verison of Unity 5.6.3
Win10 x64
Tried:
-JDK 1.8.0_152
-JDK 1.8.0_131
-Tools_r25.2.5
-Tools_r25.2.3
Nothing is working, fix this, it's not acceptable.
BloodyBeard
Jan 02, 2018 10:15
Still broken with 2017.2.0p2 and 2017.2.0f3
win10(64bit), SDK platform tools 27.0.1 SDK tools 26.1.1, JDK 9.0.1
stderr[
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema
at com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156)
at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75)
at com.android.sdklib.repository.AndroidSdkHandler.<clinit>(AndroidSdkHandler.java:81)
at com.android.sdklib.tool.AvdManagerCli.run(AvdManagerCli.java:213)
at com.android.sdklib.tool.AvdManagerCli.main(AvdManagerCli.java:200)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 5 more
]
stdout[
]
bencuska
Dec 30, 2017 00:38
I got mine working with Unity 3.0.0f3 (64bit) , current sdk with android studio, the sdk hack the op wrote and i had to downgrade my jdk to 1.8.0_152 . Hope this helps (I've been struggling with this for a week now)
gdwf
Dec 29, 2017 16:18
Broken in 2017.3.0f3 (win64)
ejessop
Dec 29, 2017 01:38
This YouTube video helped fix this issue for me in Unity 2017.3.
https://www.youtube.com/watch?v=1yLDxIMuRlo (Look at time 50s).
catafest
Dec 28, 2017 10:24
same problem with Unity 2017.3.0f3 the external tools over androis studio sdk . This don't working with : https://imgur.com/h6e27Xa and the errors I got: https://imgur.com/tMirkFz