screenOrientation Warning 해결 (portrait)

thsamajiki·2023년 6월 30일
0

트러블슈팅

목록 보기
1/25

AndroidManifest에서 android:screenOrientation="portrait"를 사용하면

다음과 같은 에러 아닌 경고가 발생한다.

Expecting 'android:screenOrientation="unspecified"' or '"fullSensor"' for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices.

나만 발생하는 에러인가 싶어서 다음의 주소에서 해결방법을 찾을 수 있었다.

https://stackoverflow.com/questions/60396601/expecting-androidscreenorientation-unspecified-or-fullsensor-for-this-a

나는 개발한 앱이 세로 모드만 지원하는 경우를 원하기에

AndroidManifest에서 최상단 <manifest> 속성에 다음과 같은 코드를 써서 해결할 수 있었다.

tools:ignore="LockedOrientationActivity"

profile
안드로이드 개발자

0개의 댓글