Android Studio and Gradle build error

后端 未结 8 752
野性不改
野性不改 2020-11-30 22:38

I\'ve been using the new preview of android studio and really like it. But recently my project won\'t build. I get the following error:

Gradle: 
FAILURE: Bui         


        
8条回答
  •  时光说笑
    2020-11-30 23:24

    I installed Android Studio on an old WinXP with only for me option. After install I did the new project wizard and when opening the new project a got some Gradle error with some failed path to my instalation dir. c:/Document"#¤!"#¤ and settins/...

    The I uninstalled and did a new install with option for all users (C:/Programs/..) then I opend the previous created project with no errors.

    So it might be a path problem. (Just spent 10 sec debugging, so I might be wrong but it solved my gradle error)

提交回复
热议问题