개발(Android)/issues

[Android Studio] E/ClipboardService: Denying clipboard access to com.android.chrome, application is not in focus nor is it a system service for user 0

shinyelee 2022. 4. 20. 22:33

[안드로이드 스튜디오] 클립보드 접근 거부

문제

앱 자체는 잘 돌아가는데 이런 로그가 몇 초당 수십줄씩 증식(?)한다. 복붙하다가 포기함...


Manifest 파일의 application 하위에 아래 코드 삽입

<uses-library android:name="org.apache.http.legacy" android:required="false"/>

참고

 

Denying clipboard access to com.google.android.as for (Android P Version)

I'm trying to open the Android app, it is crashed immediately after opening the page. I am using the android P version on(Redmi note 7 pro phone) its crashed only for P version. Its showing

stackoverflow.com

반응형