Android studio 3.6.3 not supporting for RNCryptor module

一世执手 提交于 2020-06-29 03:51:59

问题


We have face the issue while upgrading the existing application in android studio 3.6.3

Issues:

ERROR:

ERROR: Unable to find method 'com.android.build.gradle.internal.profile.ProfilerInitializer.init(Lorg/gradle/api/Project;)V'.
Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)

The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)

Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.

In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

Please help me

来源:https://stackoverflow.com/questions/62407092/android-studio-3-6-3-not-supporting-for-rncryptor-module

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!