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:
- Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment
- Execution failed for task ‘:app:kaptDebugKotlin‘ [How to Solve]
- [Solved] Unity Package Error: FAILURE: Build failed with an exception.
- [Solved] Android Studio 4.1 get manifestOutputDirectory error
- Flutter android studio runs gradle build error: Could not resolve all artifacts for configuration’:classpath’.
- [Solved] UE4 Android Package Error: failed for task :permission_library:compileDebugJavaWithJavac
- error: resource android:attr/lStar not found [How to Solve]
- Failed to find Build Tools revision 30.0.3 [How to Solve]
- How to Solve Project Upgrade to flutter2.5.0 Error
- [Solved] Android Studio Compile Error: Could not determine java version from ‘11.0.8‘.
- Error: a JNI error has occurred, please check your installation and try again
- [Solved] Unity package Error: CommandInvokationFailure: Gradle build failed.
- [Solved] UE4UE5 Package Android Error: UnrealBuildTool failed
- Failed to transform file ‘xxx‘ to match attributes [How to Solve]
- Android Error: META-INF/DEPENDENCIES [How to Solve]
- 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] Flutter compile error: Failed to find Build Tools revision 29.0.2
- [Solved] Android app development version update failed, Android – error: task execution failed ‘: app: com
- [Solved] Failed to install the following Android SDK packages as some licences have not been accepted