본문 바로가기
728x90

error17

[Unity] missing AndroidManifest.xml file. 에러 Project 'D:\Unity\Unity Projects\Paper Airplane\Temp\StagingArea\android-libraries\GooglePlayGamesManifest.androidlib' is missing AndroidManifest.xml file. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) 빌드하는데 해당 에러가 발생했다. 이전 빌드가 잘 되다가 Google Play Game Plug In SDK 설치 후 발생한 에러였다. 해당 에러에 대해서 자료를 찾아본 결과 Asset폴더 안 Plusgins/Android/GooglePlayGamesManifest의 폴더명을 Plusgins/Android/GooglePlayGames.. 2022. 1. 29.
[Unity error] Compressed texture ... is used as icon. This might compromise visual quality of the final image. Uncompressed format might be considered as better import option. Compressed texture Rollingstone_icon is used as icon. This might compromise visual quality of the final image. Uncompressed format might be considered as better import option. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) 빌드시에 해당 오류가 발생하였다. 내용을 살펴보니 Icon으로 사용된 파일이 품질손상이 발생할 수 있다는 내용인것 같은데... 어떻게 수정을 할지는 알 수 없어서 구글링을 열심해 했다. 답은 간단한 곳에 있었다. Project Settings의 Player에서 Default Icon으로 사용하였던 .. 2022. 1. 7.
[android studio] Class referenced... Cannot resolve class ... 오류 해결 한번씩 android studio를 쓰다보면 프로젝트가 기존에 없었던 오류로 빨간 줄들이 막 생겨나는 경우가 있다. Class referenced in the layout file, `com.sothree.slidinguppanel.SlidingUpPanelLayout`, was not found in the project or the libraries Cannot resolve class com.sothree.slidinguppanel.SlidingUpPanelLayout 이와 비슷한 오류로 Class referenced in the layout file... Cannot resolve class...로 시작하는 해당 class를 찾을 수 없다고 빨간 줄들이 막 끄여버리는 경우가 있다. 1번 해결책 B.. 2021. 11. 10.
[android studio] Cleartext HTTP traffic to...not permitted 오류 앱 개발 도중 volly를 이용하여 api를 호출하여 결과 값을 받아와야 하는데, 리턴시에 [Cleartext HTTP traffic to www.***** not permitted]라는 오류가 발생하였다. api쪽에서 제공할 때 오류인가 생각하다가 웹에서 호출시에는 정상적으로 결과가 나와 android studio에 뭔가 누락됐을꺼 같아 찾아보다보니 역시나 내 실수였다. http로 호출시에 일반 텍스트 트래픽 사용에 대한 앱의 요청을 할 수 있도록 [AndroidManifest.xml] 파일 안 2021. 11. 5.
[android studio] 오류 : Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. 최근 업그레이드를 알림참이 떠서 업그레이드 체크를 하였더니 새로 만든 프로젝트에서 아래와 같이 오류가 발생하였다. 대충 현재 java 버전이 1.8인데 11 버전으로 변경을 해라는 것 같았다. 변경하는 메뉴가 기억이 안나 찾는데 시간이 걸렸다. project structure메뉴에서 SDK Location 메뉴에 들어가니 아래쪽에 Gradle Settings. 가 보였다. 위에 화면 본 내용의 아래쪽에 보이는 Gradle Settings를 클릭해서 변경할 화면이 나타났다. Gradle JDK를 11 버전으로 변경 후 정상적으로 동작하는 것을 확인하였다. 업데이트 이후는 잘 봐야 할듯하다. ps: 이후 내용을 더 살펴보니 다른 메뉴쪽에서도 접근이 가능하였다. File -> Settings -> Build,.. 2021. 11. 1.
728x90