question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not find com.facebook.flipper:flipper:0.91.2.

See original GitHub issue

🐛 Bug Report

Could not find com.facebook.flipper: flipper:0.91.2.

To Reproduce

update to 0.91.2

Environment

react-native: 64.1

* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.facebook.flipper:flipper:0.91.2.
     Searched in the following locations:
       - file:/Users/aeid/.m2/repository/com/facebook/flipper/flipper/0.91.2/flipper-0.91.2.pom
       - file:/Users/aeid/code/zeal-app-reactnative/node_modules/react-native/android/com/facebook/flipper/flipper/0.91.2/flipper-0.91.2.pom
       - file:/Users/aeid/code/zeal-app-reactnative/node_modules/jsc-android/dist/com/facebook/flipper/flipper/0.91.2/flipper-0.91.2.pom
       - https://dl.google.com/dl/android/maven2/com/facebook/flipper/flipper/0.91.2/flipper-0.91.2.pom
       - https://jcenter.bintray.com/com/facebook/flipper/flipper/0.91.2/flipper-0.91.2.pom
       - https://www.jitpack.io/com/facebook/flipper/flipper/0.91.2/flipper-0.91.2.pom
     Required by:
         project :app
         project :app > project :react-native-flipper
   > Could not find com.facebook.flipper:flipper-network-plugin:0.91.2.
     Searched in the following locations:
       - file:/Users/aeid/.m2/repository/com/facebook/flipper/flipper-network-plugin/0.91.2/flipper-network-plugin-0.91.2.pom
       - file:/Users/aeid/code/zeal-app-reactnative/node_modules/react-native/android/com/facebook/flipper/flipper-network-plugin/0.91.2/flipper-network-plugin-0.91.2.pom
       - file:/Users/aeid/code/zeal-app-reactnative/node_modules/jsc-android/dist/com/facebook/flipper/flipper-network-plugin/0.91.2/flipper-network-plugin-0.91.2.pom
       - https://dl.google.com/dl/android/maven2/com/facebook/flipper/flipper-network-plugin/0.91.2/flipper-network-plugin-0.91.2.pom
       - https://jcenter.bintray.com/com/facebook/flipper/flipper-network-plugin/0.91.2/flipper-network-plugin-0.91.2.pom
       - https://www.jitpack.io/com/facebook/flipper/flipper-network-plugin/0.91.2/flipper-network-plugin-0.91.2.pom
     Required by:
         project :app
   > Could not find com.facebook.flipper:flipper-fresco-plugin:0.91.2.
     Searched in the following locations:
       - file:/Users/aeid/.m2/repository/com/facebook/flipper/flipper-fresco-plugin/0.91.2/flipper-fresco-plugin-0.91.2.pom
       - file:/Users/aeid/code/zeal-app-reactnative/node_modules/react-native/android/com/facebook/flipper/flipper-fresco-plugin/0.91.2/flipper-fresco-plugin-0.91.2.pom
       - file:/Users/aeid/code/zeal-app-reactnative/node_modules/jsc-android/dist/com/facebook/flipper/flipper-fresco-plugin/0.91.2/flipper-fresco-plugin-0.91.2.pom
       - https://dl.google.com/dl/android/maven2/com/facebook/flipper/flipper-fresco-plugin/0.91.2/flipper-fresco-plugin-0.91.2.pom
       - https://jcenter.bintray.com/com/facebook/flipper/flipper-fresco-plugin/0.91.2/flipper-fresco-plugin-0.91.2.pom
       - https://www.jitpack.io/com/facebook/flipper/flipper-fresco-plugin/0.91.2/flipper-fresco-plugin-0.91.2.pom
     Required by:
         project :app
         ```

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
sharpletcommented, May 25, 2021

Looks like the latest version on Maven central is 0.91.1: https://mvnrepository.com/artifact/com.facebook.flipper/flipper.

0reactions
mweststratecommented, Nov 16, 2021

Per https://mvnrepository.com/artifact/com.facebook.flipper/flipper 0.119 is available just fine. Please check mvnrepository first before reporting. Locking this issue as this one was resolved already, so please open new issues for new issues. Same symptoms != same issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding Flipper to Android apps with Gradle
To set up Flipper for Android, you need to add the necessary dependencies to your app, initialize the Flipper client and enable the...
Read more >
com.facebook.flipper : flipper-noop : 0.91.2 - Maven Central
Flipper NoOp - No-Open Implementation of the Flipper SDK for Android.
Read more >
react native - Plz someone tell me how to solve this problem
FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files ...
Read more >
react-native-flipper
react-native-flipper. TypeScript icon, indicating that this package has built-in type declarations. 0.176.1 • Public • Published 13 days ago.
Read more >
Flipper: Versions
See https://github.com/facebook/flipper/blob/master/desktop/static/CHANGELOG.md for ... Fixed error "SHA-1 for file is not computed" on 3rd party plugin ...
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