Android test button - grey screen

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By bfarisdev

I’m trying to test my project using the Android test button and it ends up only displaying a grey screen. Pressing the play button test runs the game fine. The splash screen does pop up. The sprite I want to load is located in the middle of the display box in engine.

Samsung s8+
Project settings:
Width - 720
Height - 1480
Test Width - 720
Test Height - 1480
Stretch aspect - Keep
Stretch Mode - 2D
Orientation - portrait

try to find out what real problem is with using adb logcat

volzhs | 2018-02-03 01:54

:bust_in_silhouette: Reply From: bfarisdev

Just had to re-install Android Studio, redownload Godot 3.0 and it worked (pretty sure I was using incompatible version of something)