Search Unity

Question Build Android App>Install App>Play> Black Screen

Discussion in 'Editor & General Support' started by HyeokRo, Nov 24, 2022.

  1. HyeokRo

    HyeokRo

    Joined:
    Jul 24, 2018
    Posts:
    11
    Hello.

    I built an Android app, installed it on my phone, and tried to play it, but only the black screen came out and the app stopped.

    I tried
    - Upgrade unity ver 2020.3.4.2f1 (before 2020.3.4.1f1)
    - Set graphic API openGLES 3 only(Delete Vullkan)
    - Set Target Architectures only arm64
    - Uncheck Optimized Frame Pacing

    i'm use android tool(NDK,SDK,JAVA) installed by unity hub.

    min API = android 5.0 (API Level 21)
    Target API = API Level 31
    Scripting Backend = IL2Cpp
    Api Compatibility = .NET Standard 2.0

    Please! Help!
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,058
    1. Try the latest 2020LTS. This one is old and LTS updates should not break anything
    2. Attatch the phone to logcat and see if it throws any errors
    3. State which phones you tested on
     
    HyeokRo likes this.
  3. HyeokRo

    HyeokRo

    Joined:
    Jul 24, 2018
    Posts:
    11
    Thank you for your reply. I solved this problem. 1. Reboot the computer
    2. Turn off and on the arm7 option.
     
    DevDunk likes this.