04:11 PM Unable to detect adb version, exit value: 0xc0000135. ADB depends on the Windows Universal C Runtime, which is usually installed by default via Windows Update. You may need to manually fetch and install the runtime package here: https://support.microsoft.com/en-ca/help/2999226/update-for-universal-c-runtime-in-windows
While build app process following error:
org.jetbrains.kotlin.util.KotlinFrontEndException: Exception while analyzing expression at (43,44) in /Volumes/EXT/Cyberian app/chat/Cyberian.Android-develop/app/src/main/java/chat/rocket/android/authentication/registerusername/presentation/RegisterUsernamePresenter.kt
Cannot add task 'wrapper' as a task with that name already exists.
-
facing gradle sync issue…
Cannot add task ‘wrapper’ as a task with that name already exists. -
then you can remove from build.gradle
task wrapper(type: Wrapper) { gradleVersion = '4.4' distributionUrl = distributionUrl.replace("bin", "all") } -
then you can remove from build.gradle
task wrapper(type: Wrapper) { gradleVersion = '4.4' distributionUrl = distributionUrl.replace("bin", "all") }