- Home /
App fine in editor but pink screen and hardware requirements error on android
My app works fine on unity and operates completely normal ... until its built and run on an android device. Once run on android the screen goes pink for all scenes. i have swapped the scenes around to debug this and tried reset the graphics as this helped absolutely everyone but me.
Along with the pink screen there is an odd error message warning me of the graphics requirements "your device does not match the hardware requirements of this application".
I have a decent phone and my app is very small, this makes no sense, please help if you can, i'm urgently trying to finish this app, i need the cash.
I would check your android version, and also the arm archetecture you selected. Other then that you should have adb logcat for command prompt(this was a bit overwhel$$anonymous$$g for me at first, but infinitly useful once you use it once or twice), with a command like "adb logcat -s Unity" and see what shows up.
I didn't select an arm architecture, not sure what that means. $$anonymous$$y phone us up to date with the latest version of E$$anonymous$$UI.
I put "adb logcat -s Unity" into cmd and got this:
Thanks a ton for your fast response!
Your answer
Follow this Question
Related Questions
UI and resolution problems (fine in editor, problem in Android build) 1 Answer
Pink screen when exporting to build. 2 Answers
Distribute terrain in zones 3 Answers
Scene white after building 1 Answer
Pink custom shader on Android build 0 Answers