Search Unity

[Unity] Native extension for Android target not found

Discussion in 'Unity Build Automation' started by spark-man, Mar 7, 2018.

  1. spark-man

    spark-man

    Joined:
    May 22, 2013
    Posts:
    96
  2. dannyd

    dannyd

    Unity Technologies

    Joined:
    Jun 3, 2014
    Posts:
    786
    That message is not related to the failure. It looks like Unity is crashing during the build process - there is a message like "Receiving unhandled NULL exception" followed by a stacktrace. I would suggest trying to build with the latest patch release of 5.3.7 as a starting point.
     
  3. spark-man

    spark-man

    Joined:
    May 22, 2013
    Posts:
    96
    I gave up cloud building. Someone mentioned in stackoverflow to replace tools folder inside Android SDK folder with tools_r25.2.5-windows.zip. Now I am able to build to android using unity 5.3.7 on my PC.