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
- Crash on GameObject::QueryComponentByType when opening a project
- "Object reference not set to an instance of an object" is thrown when destroying a GameObject with a Camera Component
- [Android] The error message "OPENGL NATIVE PLUG-IN ERROR: GL_OUT_OF_MEMORY:" is thrown when the video is playing
- [IL2CPP] Build fails with the error "[1mcannot convert 'Nullable_1_tEA06D91799914C5C8830F83CE2A8395868C14F02' to 'int32_t' (aka 'int') without a conversion operator" when IL2CPP is used as the Scripting Backend
- Rigidbody interpolation is performed after the next frame's FixedUpdate() when using Rigidbody2D
Add comment