wix / react-native-notifications

React Native Notifications
MIT License
3.23k stars 763 forks source link

Error building on Android: cannot find symbol -> variable R #873

Closed maximilianlembke closed 2 years ago

maximilianlembke commented 2 years ago

I always get this error if I try to build my App in Android Studio.

node_modules/react-native-notifications/lib/android/app/src/main/java/com/wix/reactnativenotifications/core/NotificationIntentAdapter.java:35: error: cannot find symbol return Build.VERSION.SDK_INT >= Build.VERSION_CODES.R && appContext.getApplicationInfo().targetSdkVersion >= 31; ^ symbol: variable R location: class VERSION_CODES

Anyone have any idea?

DanielEliraz commented 2 years ago

validate you have android 11 (R) installed in Preferences | Appearance & Behavior | System Settings | Android SDK