Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug 2021 LTS does not see Android device

Discussion in 'Editor & General Support' started by ChickenVegetable, Apr 18, 2022.

  1. ChickenVegetable

    ChickenVegetable

    Joined:
    May 3, 2020
    Posts:
    87
    Hi

    2021 LTS can't see my android device. Same project in 2020 can see it fine.

    If relevant, the device is a Khadas VIM3 dev board, not a phone.

    Thanks
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,520
    Get out of Unity and work with the command prompt until you can do an
    adb logcat
    and see spew from the Android device.

    Once that is working, Unity should work just fine. You would want Unity closed while you solve the above, so that when Unity reopens, it can re-find the adb service and work.