You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
What went wrong:
A problem occurred evaluating project ':react-native-pager-view'.
Could not initialize class org.jetbrains.kotlin.gradle.plugin.sources.DefaultKotlinSourceSetKt
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
What went wrong:
A problem occurred configuring project ':react-native-pager-view'.
compileSdkVersion is not specified. Please add it to build.gradle
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.`
Above is the error which I am getting while running the react-native run-android after installing react-native-pager-view and react-native-tab-view
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
`FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
Where:
Build file '...\node_modules\react-native-pager-view\android\build.gradle' line: 18
What went wrong:
A problem occurred evaluating project ':react-native-pager-view'.
2: Task failed with an exception.
A problem occurred configuring project ':react-native-pager-view'.
Above is the error which I am getting while running the react-native run-android after installing react-native-pager-view and react-native-tab-view
Versions:
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-pager-view": "^5.4.24",
"react-native-tab-view": "^3.1.1",
Beta Was this translation helpful? Give feedback.
All reactions