- Home /
Development Build hangs, Normal Does Not
Hi,
I have a problem with my project hanging on Nexus 7 (Android) if I BUILD & RUN it with 'development build' checked ON. The same project works fine in non-dev mode on Android and any mode on iOS.
Once the dev build hangs, any subsequent non-dev build is incomplete (game runs with parts missing). The only way to fix it is to install a clean factory image of Android + runner an earlier version of the project, before going forward to the latest (via git).
Anyone come across this? Unity bug?
The problem is consistent for Android 4.1.2-4.4.4, haven't tested earlier versions...
Thanks! - ikaria
forgot to add: development build seems to build correctly, but hangs on the loading screen as it tries to play on the nexus.
Answer by Christop · Dec 07, 2014 at 10:40 PM
What was your solution. I have a similar problem. Dev build hangs on loading screen. Non dev build is running. THis is on IOS.
Never did find the actual problem. Eventually, one of the Unity releases fixed it. $$anonymous$$y interim solution was to use the editor, working mobile platform (iOS in my case) and home cooked tests to optimize the app.