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!
Solution:
Go back to the original Gradle setup
Check the build.gradle file in the project
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath "com.tencent.bugly:tinker-support:1.1.5"
}
Put classpath “classpath ‘com.android.tools.build:gradle:3.5.2’’ is modified to the original version [modified at this time]
bugly is not compatible with the higher version of gradle. Basically, it should be in 3 X version
also, check the gradle folder under the app directory, open the wrapper folder, and find the gradle-wrapper.properties file
changes the distributionurl to the original version.
Read More:
- Android Studio: Gradle project sync failed [How to Solve]
- How to Solve Project Upgrade to flutter2.5.0 Error
- Eclipse start project error: Errors occurred during the build. Errors running builder ‘Integrated External Tool Builder’ on…
- How to Fix Node SASS Error in Vue + webpack project after nodejs upgrade
- Android studio New kotlin project Error: org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21-release-315
- [Solved] Gradle NullPointerException at com.android.build.gradle.internal.ndk.NdkHandler.getPlatformVersion
- Gradle Package Project Lombok Not Working: No serializer found for class com.qbb.User and no properties discovered to create BeanSerializer……
- Flutter upgrade upgrade SDK SSL_ERROR_Syscall error [How to Solve]
- [Solved] integrated swagger Start Error: Failed to start bean ‘documentationPluginsBootstrapper‘;
- Flutter android studio runs gradle build error: Could not resolve all artifacts for configuration’:classpath’.
- The spring project is normal locally, and the bean cannot be found error is thrown when entering the docker container
- [Solved] Unity package Error: CommandInvokationFailure: Gradle build failed.
- How to Solve Error “Could not find com.android.tools.build:gradle:3.0.1”
- How to Solve Gradle Error: Plugin with id ‘jetty’ not found.
- [Solved] Android Gradle Build Error: Some file crunching failed, see logs for details
- Cocoapods Upgrade Error: ffi * * * * [How to Solve]
- [Solved] org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin
- Android Error:Internal error:org.gradle.tooling.BuildException: Could not execute build…
- [Solved] Android Studio Compile error: Cannot use connection to Gradle distribution . as it has been stopped.
- MAC: Brew upgrade Error [How to Fix]