inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

[코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!

rtc api 오류 해결 부탁드려여~~

282

Yeonho Kim

작성한 질문수 17

0

처음부터 끝까지 그대로 따라쳤는데

Widget renderSubView(){
  if(otherUid == null){
    return Center(
      child: Text('채널에 유저가 없습니다.'),
    );
  }else{
    return RtcRemoteView.SurfaceView(
      uid: otherUid!,
      channelId: CHANNEL_NAME,
    );
  }
}

이부분을 넣을 때부터 에러 메시지가 나옵니다.

코드의 오류가 있는지 확인해보려고 강사님 깃허브를 통째로 복사해서 돌려보았는데도 똑같이 에러가 나네요 ㅠㅠ

구글을 검색해도 어떤 에러인지 알수가 없는데 대략 어떤부분을 봐야할지 알려주시면 감사하겠습니다.

W/libc ( 6554): Access denied finding property "net.dns1"

W/libc ( 6554): Access denied finding property "net.dns2"

W/libc ( 6554): Access denied finding property "net.dns3"

W/libc ( 6554): Access denied finding property "net.dns4"

W/GENP.0 ( 6554): type=1400 audit(0.0:1319): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat

W/GENP.0 ( 6554): type=1400 audit(0.0:1320): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat

W/libc ( 6554): Access denied finding property "net.dns1"

W/libc ( 6554): Access denied finding property "net.dns2"

W/libc ( 6554): Access denied finding property "net.dns3"

W/libc ( 6554): Access denied finding property "net.dns4"

W/GENP.0 ( 6554): type=1400 audit(0.0:1321): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat

W/GENP.0 ( 6554): type=1400 audit(0.0:1322): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat

W/libc ( 6554): Access denied finding property "net.dns1"

W/libc ( 6554): Access denied finding property "net.dns2"

W/libc ( 6554): Access denied finding property "net.dns3"

W/libc ( 6554): Access denied finding property "net.dns4"

W/GENP.0 ( 6554): type=1400 audit(0.0:1323): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat

W/GENP.0 ( 6554): type=1400 audit(0.0:1324): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat

W/libc ( 6554): Access denied finding property "net.dns1"

W/libc ( 6554): Access denied finding property "net.dns2"

W/libc ( 6554): Access denied finding property "net.dns3"

W/libc ( 6554): Access denied finding property "net.dns4"

W/GENP.0 ( 6554): type=1400 audit(0.0:1325): avc: denied { read } for name="temp" dev="sysfs" ino=17334 scontext=u:r:untrusted_app:s0:c149,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 app=com.example.videochat

Flutter 클론코딩

답변 1

0

코드팩토리

안녕하세요!

해당 문제때문에 실행이 안되시는건가요?

시스템 로그는 많이 찍히는게 정상입니다.

LocationPermission.denied관련 질문입니다

0

622

1

videocontrollor dispose

0

470

1

onlogotap함수의 video nullable관련질문

0

421

1

setState 사용 차이

1

492

1

블로그 웹앱 배포 방법

0

544

1

sizedbox 위젯에 primary = RED_COLOR

1

450

1

개념 강의 순서 질문

0

431

1

materialstateProperty 다른 메소드관련질문

0

443

1

내 노트 모아보기

0

542

1

SafeArea (iPhone, Android)

0

440

1

web view 실행 안됩니다.

0

430

1

랜덤 숫자 생성기 프로젝트 관련

0

575

2

안도르이드 애뮬레이터 질문

0

410

1

super를 사용하는 건, 부모와 자식 클래스의 파라미터 이름이 꼭 같아야하나요?

0

503

1

선생님 flutter device를 크롬으로 했을때 http 통신이 안됩니다..

0

812

1

no element

0

464

1

암호화

0

262

1

책과 강의

0

417

1

voidcallback함수와 클래스내에 변수선언에 관한질문

0

500

1

android studio 세팅

0

516

1

오늘도 출근 세팅하기

2

586

1

재사용 클래스 임폴트 방법

0

513

1

가상화를 못하는 CPU인건가요? 확인 부탁드립니다.

0

425

1

flutter dispose 관련

0

1431

2