Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.5.2p3
Issue ID
894074
Regression
Yes
[Android] 'Build and Run' attempts to push a build to device even if error (during the build) was encountered
Reproduction steps:
1) Download and open user's attached project
2) Try to 'build and run' "EmptyScene" scene on any Android device
-- Notice that build fails with error: "Unable to convert classes into dex format. See the Console for details."
3) Press 'Ok' button
-- Notice that Unity still tries to push application to the device ignoring previous build error.
At the end throws this message:
"Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured"
Expected result:
Unity stops building project as soon as error appears.
Regression appeared in 5.5.0p4
Reproduced with:
5.6.0f2, 5.6.0b1, 5.5.2p4, 5.5.0p4
Unable to reproduce with:
5.5.0p3
Issue has been fixed in 2017.1.0b1 and backported to 5.6.0p1 and 5.5.3p1
However using the shortcut to build (CTRL/CMD + B) still reproduced the issue.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment