Android Studio error
See original GitHub issueHello guys,
I am getting all the time error in Android Studio:
Error:Unable to find module with Gradle path ':@yfuks/react-native-action-sheet' (needed by module 'app'.)
Anyone has faced with this issue and knows solution for this? Generally build is building successfully, i just have this error when I do gradle sync.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Error - Android Developers
ServiceConfigurationError, Error thrown when something goes wrong while locating, loading, or instantiating a service provider.
Read more >How to fix the error Android Studio - Stack Overflow
How to fix the error Android Studio · 1. check your module dependency.. maybe it duplicate in other modules.. – ZeroOne. Jan 17,...
Read more >How to Solve Android's 13 Most Common Error Messages
Often, the most effective solution is the simplest: clean and rebuild your project. Select Build > Clean Project from the Android Studio toolbar ......
Read more >Infographic: 11 Most Common Android Errors and How to Fix ...
To clear Android Studio's cache and bring it out of its state of confusion, select 'File > Invalidate Caches / Restart' and then...
Read more >Different Ways to Fix “Select Android SDK” Error in Android ...
Different Ways to Fix “Select Android SDK” Error in Android Studio · Sync your project with Gradle files · Step 1: Opening project...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
sure, so let’s keep this issue open, but like i said, could be manually fixed 😉
Same here – builds successfully using
react-native run-android
but Android Studio gradle sync gives the error above.