Search Unity

Android + 2018.2 + Burst: build failes due NDK not found

Discussion in 'Burst' started by Fallc, Jul 10, 2018.

  1. Fallc

    Fallc

    Joined:
    Mar 13, 2015
    Posts:
    48
    I just downloaded 2018.2, updated Burst to the newest version (0.2.4) and tried to make a build for Android. Unfortunatly, I get this Error after a short time: https://pastebin.com/GVFkXxHh

    The Error message suggest a wrong NDK enviroment path, but both this enviroment var and the NDK Path in Unity point to the same location. Building worked in 2018.1 so far.

    Any ideas?
     
  2. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,759
    I just tested and had no problem.

    Windows
    Burst 0.2.4p20
    Unity 18.2.0f2
    NDK r13b

    I just checked, I don't even have a PATH variable set for NDK, only JDK
     
    Last edited: Jul 11, 2018
  3. 5argon

    5argon

    Joined:
    Jun 10, 2013
    Posts:
    1,555
  4. Fallc

    Fallc

    Joined:
    Mar 13, 2015
    Posts:
    48
    Thanks! At least I'm able to build now. :)
     
  5. xoofx

    xoofx

    Unity Technologies

    Joined:
    Nov 5, 2016
    Posts:
    417
    Thanks for the report. All the tests for burst were actually done with only "Build". I was not aware about this difference. Will try to track this down.
     
    5argon likes this.