Error running android: Gradle project sync failed. Please fix your project and try again

前端 未结 30 3146
南方客
南方客 2020-11-30 18:32

Android Studio (1.2 RC0) keeps telling me Error running android: Gradle project sync failed. Please fix your project and try again. How can I find out what th

30条回答
  •  -上瘾入骨i
    2020-11-30 18:54

    I had the exact same error message

    Error running android: Gradle project sync failed. Please fix your project and try again

    , but if none of the above fixes your error, then I would highly suggest for you to check your syntax inside the AndroidManifest.xml file.

    That fixed if for me. I don't understand why the error-message is so misleading, since it had nothing to do with the build gradle directly.

    Please also see this SO-answer here, which has lead many of us in the right direction.

提交回复
热议问题