Difficulty publishing for android device

I have been going back and trying to convert some of my old projects to android for use on an android tablet and have been running into some issues.

The game publishes normally and i can open it on the tablet and get into the main menu which works normal. but when i click to enter a full 3d scene the screen goes black and the program stops responding.

Some other games run perfectly fine on the same hardware but it seems certain projects just don’t, has anyone had experience with this kind of error and know any probable causes that can be investigated?

Thank you for your time.

Try running “adb log” from Android SDK, and look for errors/warnings in the console.