Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Trailing char < > at index 32: D:\SoftwareDirectory\Android-SDK \package.xml
报错
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Trailing char < > at index 32: D:\SoftwareDirectory\Android-SDK \package.xml
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 95ms
原因
- 在 项目中
local.properties
文件中有空格,删掉即可