Search Unity

SDK and NDK issue

Discussion in 'Formats & External Tools' started by HungPark, Jul 13, 2019.

  1. HungPark

    HungPark

    Joined:
    Feb 28, 2017
    Posts:
    81
    Hi,

    1. I selected(checked) Android SDK and Android NDK in External Tools of Unity2019.1.9f1 via Unity Hub,
    instead of manually installing them.

    When I check their check box, It says;

    " You are missing the recommended Android SDK tools(Android NDK). Install the recommended versions with Unity Hub.", but I cannot find any recommended versions in Unity Hub Installs.

    2. I wonder if this is normal or any issue to solve?
    3. Anyway, my app works excellently without any problems.

    Your opinion will be very appreciated.
    Thank you.
     
    Last edited: Jul 13, 2019
  2. tsatellite2000

    tsatellite2000

    Joined:
    Jan 10, 2019
    Posts:
    4
    I have the same problem. Only my app does not work. It compiles successfully but not working on mobile device
     
  3. HungPark

    HungPark

    Joined:
    Feb 28, 2017
    Posts:
    81
    Hi, tsatellite2000
    Thank you for your reply. If you have more information about this issue, please let me know it.


    and I recommend you to confirm followings for your issue;

    1. Edit -> Project Settings -> Editor -> Any Android Device
    2. File -> Player Settings -> Other Settings -> Identification -> Minimum API level (level 25 is recommendable)
    3. If your device already has been correctly debugged.
    4. Confirm if your device is listed on the Device Manager( Right click on Start -> Device Manager -> Portable Device, in case of Windows).

    Hoping helpful.
     
    Last edited: Jul 15, 2019
  4. HungPark

    HungPark

    Joined:
    Feb 28, 2017
    Posts:
    81
    Hi,
    My thought is that the reason why I cannot find the recommended SDK and NDK is that they are default ,and they are only hidden.

    Any opinion?