java.lang.RuntimeException: Requested enabled DevSupportManager, but DevSupportManagerImpl class was not found or could not be c
After creating an app in React-Native, I imported a third party component into Android. After the integration of this component, which worked on an Android app, on the app in React-Native it gives me
stackoverflow.com
+ 아래 import도 해줘야 함
import android.content.BroadcastReceiver;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Build;
import org.jetbrains.annotations.Nullable;
'개발 스크랩 > React Native' 카테고리의 다른 글
[React-native CLI] 안드로이드 앱 배포를 위한 AAB 추출하기 (0) | 2025.01.08 |
---|---|
[RN] 구글 애드몹(admob) 적용하기 (0) | 2024.11.21 |
[Android] exception instanceof FirebaseAuthUserCollisionException collEx 에러 해결법 (0) | 2024.11.13 |
[React Native] The `pod' command exists in these Ruby versions 오류 해결법 (0) | 2024.10.08 |
[Android] 실제 기기 localhost 접속 안 될 때 (0) | 2024.10.05 |