Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question How to improve Android Device Compatibility? Only 2 devices compatible

Discussion in 'Editor & General Support' started by pipelujan, Jun 17, 2023.

  1. pipelujan

    pipelujan

    Joined:
    Aug 8, 2021
    Posts:
    6
    Hi.
    I created an android app and used a Google Pixel 3 during testing.
    When I export an AAB package and upload it to the playstore, only the Pixel 3 and Pixel 3XL show up as compatible devices.

    Total compatible devices: 2

    These are my project settings:

    Color Space
    : Linear
    Auto-Graphics API: True
    Multithreaded Rendering: True
    Texture Compression Format: True
    Minimum API Level: 32
    Target API Level: Highest Installed
    Scripting Backend: IL2CPP
    C++ Compiler Configuration: Release
    Target Architectures: ARMv7, ARM64
    Target Devices: All Devices

    How can I Improve Device compatibility?

    thanks
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    36,563
    That's almost certainly the start of your problems.

    Put it as low as your feature set allows. Unity2020 lets you target API 19+. Not sure what current versions allow.
     
  3. pipelujan

    pipelujan

    Joined:
    Aug 8, 2021
    Posts:
    6
    Pixel 3 is a 5-year-old device, it doesn't make sense that newer devices don't show as supported, must be something else.