Could not find com.eightbitlab:blurview:1.6.3.

See original GitHub issue

Not able to run the application getting the error

  `

Execution failed for task ‘:app:checkDebugAarMetadata’.

Could not resolve all files for configuration ‘:app:debugRuntimeClasspath’. Could not find com.eightbitlab:blurview:1.6.3. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom - https://repo.maven.apache.org/maven2/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom - file:/Users/vin/.m2/repository/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom - file:/Users/vin/Desktop/unikapp/node_modules/react-native/android/com/eightbitlab/blurview/1.6.3/blurvie `

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:15
  • Comments:14

github_iconTop GitHub Comments

112reactions
chungweileong94commented, Sep 10, 2021

Or technically, from the time being, we can still keep the jcenter in /android/app/build.gradle until a proper fix released, the reason why RN 0.65 remove it is because jcenter repo will be read-only

allprojects {
    repositories {
        mavenCentral()
        mavenLocal()
        maven {
            // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
            url("$rootDir/../node_modules/react-native/android")
        }
        maven {
            // Android JSC is installed from npm
            url("$rootDir/../node_modules/jsc-android/dist")
        }

        google()
+       jcenter()
        maven { url 'https://www.jitpack.io' }
    }
}
9reactions
fatnlazycatcommented, Apr 7, 2022

Or technically, from the time being, we can still keep the jcenter in /android/app/build.gradle until a proper fix released, the reason why RN 0.65 remove it is because jcenter repo will be read-only

allprojects {
    repositories {
        mavenCentral()
        mavenLocal()
        maven {
            // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
            url("$rootDir/../node_modules/react-native/android")
        }
        maven {
            // Android JSC is installed from npm
            url("$rootDir/../node_modules/jsc-android/dist")
        }

        google()
+       jcenter()
        maven { url 'https://www.jitpack.io' }
    }
}

Thanks! Worked for me too. A minor correction - these are changes to android/build.gradle file

Read more comments on GitHub >

github_iconTop Results From Across the Web

RNUILib 5.30.0 in React-Native 0.65.1 wont build due to error
Apparently, this is due to com.eightbitlab:blurview being only available from jcenter which is required by react-native-community_blur.
Read more >
Could not find com.eightbitlab:blurview:1.6.3. - Bountysource
Not able to run the application getting the error `. Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files for ...
Read more >
blurview » 1.6.3 - com.eightbitlab - Maven Repository
Compile Dependencies (1) ; Annotation Lib Apache 2.0, logo, com.android.support » support-annotations ...
Read more >
Dimezis / BlurView Download - JitPack
BlurView redraws its blurred content when changes in view hierarchy are detected (draw() ... This View will NOT be blurred --> </eightbitlab.com.blurview.
Read more >
blurview android github - Code Examples & Solutions For This ...
implementation 'com.eightbitlab:blurview:1.6.3'
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found