M mert1337 New Member Mar 10, 2017 #1 I am getting errors when I try to open the project and I looked at the common issues at wiki and they didn't help me.Please help me. Attachments tera.png 155.1 KB Views: 563
I am getting errors when I try to open the project and I looked at the common issues at wiki and they didn't help me.Please help me.
M mert1337 New Member Mar 10, 2017 #2 I found the error. Gradlew downloaded the dependencies to /root/ folder I don't know why.intellij cant reach to /root. So all I had to do is sudo ./gradlew idea --gradle-user-home ./.gradle so that it downloads dependencies to .gradle file.
I found the error. Gradlew downloaded the dependencies to /root/ folder I don't know why.intellij cant reach to /root. So all I had to do is sudo ./gradlew idea --gradle-user-home ./.gradle so that it downloads dependencies to .gradle file.
Cervator Org Co-Founder & Project Lead Contributor Design Logistics SpecOps Mar 12, 2017 #3 Hi @mert1337 and welcome Yep by default Gradle will put stuff into your user home, which I guess in that case is root. Linux setups can be a bit tricky at times.
Hi @mert1337 and welcome Yep by default Gradle will put stuff into your user home, which I guess in that case is root. Linux setups can be a bit tricky at times.