Android프로그래밍

[Android 15] 해결방법 targetSdk 35 :: SnackbarLayout can only be accessed from within the same library group (referenced groupId=com.google.android.material from groupId=…)

이 오류는 Android의 Snackbar.SnackbarLayout 클래스를 직접 참조했기 때문에 발생한 것이다. Android 13 (API 33) 이상, 특히 targetSdkVersion 34+ (예: 35에서는 더 엄격해짐)에서는 @RestrictTo(LIBRARY_GROUP)로 지정된 내부...
error: Content is protected !!