
Android Studio) Ver. 3.6.1 ------------------------------- Android Studio 3.6.1 버전으로 업데이트 하자 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. 나만 발생하는 에러인가 싶어서 다음과 같은 주소에서 해결방법을 ..