🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Cant initailize extension project

User: "gabriel_nemeth"
New Altair Community Member
Updated by Jocelyn

I followed the developer guide for eclipse, but after I run a initializeExtensionProject Gradle task it fails with following message:

 

Execution failed for task ':initializeExtensionProject'.

 

Details: http://pastebin.com/jnsJaHY5

 

Any idea what is causing this?

 

EDIT: if I ran the task in command line, it builds the project succesfully

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "mmichel"
    New Altair Community Member

    Hi,

     

    it seems that gradle cannot retrieve the console via System.console. Can you please specify your eclipse and gradle plugin version?

    User: "gabriel_nemeth"
    New Altair Community Member
    OP

    I'm using Eclipse Neon 4.6.0 and the plugin that I use is Gradle IDE Pack 3.8.x + 1.0.x

     

    I'm wondering if this issue can't be caused by android studio, as before it worked fine.

    User: "mmichel"
    New Altair Community Member

    It seems that eclipse is unable to provide a console at this point. I'm afraid that this command currently needs to be executed via command line.

    If the the execution still fails, please make sure that gradle is not running as daemon (org.gradle.daemon=false).