-
Notifications
You must be signed in to change notification settings - Fork 309
Open
Description
FAILURE: Build failed with an exception.
- What went wrong:
A problem occurred configuring project ':app'.
Failed to notify project evaluation listener.
No signature of method: org.gradle.api.internal.file.DefaultFilePropertyFactory$DefaultDirectoryVar.getFiles() is applicable for argument types: () values: []
Possible solutions: getAsFile(), getOrElse(java.lang.Object), getOrElse(java.lang.Object), getClass(), getType(), file(java.lang.String)
can't find tinkerProcessReleaseManifest, you must init tinker plugin first!
- Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Activity
extracod commentedon Mar 19, 2020
Tinker目前还不支持Gradle 5.x,可以降级到Gradle 4.7和AGP 3.2.1,就能正常编译了。降低一下Gradle版本
zhudi commentedon Apr 15, 2020
目前5.6.4,3.5.3正常使用。3.6.x失败
anjiuzhe commentedon Apr 17, 2020
坑死我了,各种百度。最后才找到这来了,官方文档上也不说明一下,泪奔。。。
kornan commentedon May 28, 2020
@zhudi 感谢,5.6.4+3.6.3一直失败,改为3.5.3后编译通过