Search Unity

Gradle not found - Android build error

Discussion in 'Unity Build Automation' started by drwaw, Mar 18, 2015.

  1. drwaw

    drwaw

    Joined:
    Dec 24, 2012
    Posts:
    7
    Hi!

    I'm trying to build our first project on UCB for Android. It's built ok locally, but I'm getting the error on UCB:

    Any suggestion?
     
  2. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    Please check the extended log for errors. You probably miss files which are not checked in correctly, e.g. library files .a or similar, please check the .ignore file settings of your repository.
     
  3. drwaw

    drwaw

    Joined:
    Dec 24, 2012
    Posts:
    7
    Hi!
    I checked out project from scratch and built it locally - everything works ok. And the log above is the only log UCB outputs me:) So, I can't understand what does it mean. Now I'm trying to build apk without extensions (Split application binary). Maybe the problem is there)
     
  4. drwaw

    drwaw

    Joined:
    Dec 24, 2012
    Posts:
    7
    So the output is the same:
     
  5. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    Could you please tell me the name of your project?
     
  6. drwaw

    drwaw

    Joined:
    Dec 24, 2012
    Posts:
    7
    Igro**************
     
    Last edited by a moderator: Mar 23, 2015
  7. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    Thanks, this is being currently fixed and should be rolled out during the day. Please try it later today/tomorrow and let us know if it works then! :D
     
  8. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    @drwaw we applied a patch which should resolve the issue, could you please try it again now and let us know if it works properly?
     
  9. drwaw

    drwaw

    Joined:
    Dec 24, 2012
    Posts:
    7
    It works, thanks!
     
    David-Berger likes this.