일반적인 오류 해결
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 주제에는 일반적인 오류를 진단하고 수정하는 방법에 관한 정보가 포함되어 있습니다. 오류 코드 또는 로그 메시지에 따라 다음과 같은 섹션으로 구분됩니다.
응답 코드 400
Connecting to: https://performanceparameters.googleapis.com/v1/applications/...
TuningFork:Web: Response code: 400
TuningFork:Web: Response message: Bad
API 키가 잘못된 경우 이 오류가 발생할 수 있습니다. API 사용 설정을 참고하세요.
응답 코드 403
TuningFork:Web: Connecting to: https://performanceparameters.googleapis.com/v1/applications/...:generateTuningParameters
TuningFork:Web: Response code: 403
TuningFork:Web: Response message: Forbidden
API 키를 사용 설정하지 않았거나 API 키를 제한할 때 실수(예: 잘못된 인증서 또는 해시 값 사용)한 경우 이 오류가 발생할 수 있습니다. API 사용 설정을 참고하세요.
'매개변수 없음: 충실도 매개변수 없음' 경고 및 'java.lang.NoSuchFieldError'가 로그에 표시됨
TuningFork:FPDownload: No parameters: no fidelity parameters
TuningFork: java.lang.NoSuchFieldError: no "[Landroid/content/pm/ApplicationInfo;" field "applicationInfo" in class "Landroid/content/pm/PackageInfo;" or its superclasses
TuningFork: Could not get fidelity params from server : err = 4
이는 앱에 디버그 가능한 플래그가 설정되어 있는지 확인할 때 Tuning Fork 라이브러리에서 내보낸 무해한 경고입니다. 출력이 장황하지만 무해하며 라이브러리 통합에 문제가 있다는 것이 아닙니다.
이러한 경고는 무시해도 됩니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-08-26(UTC)
[null,null,["최종 업데이트: 2025-08-26(UTC)"],[],[],null,["This topic contains information on how to diagnose and fix common errors. It is\ndivided into sections based on error codes or log messages.\n\nResponse code 400 \n\n Connecting to: https://performanceparameters.googleapis.com/v1/applications/...\n TuningFork:Web: Response code: 400\n TuningFork:Web: Response message: Bad\n\nYou can get this error if your API key is invalid. See\n[Enable the API](/games/sdk/performance-tuner/custom-engine/enable-api).\n\nResponse code 403 \n\n TuningFork:Web: Connecting to: https://performanceparameters.googleapis.com/v1/applications/...:generateTuningParameters\n TuningFork:Web: Response code: 403\n TuningFork:Web: Response message: Forbidden\n\nYou can get this error if your API key is not enabled or you made an error when\nrestricting the API key (for example, you used the wrong certificate or hash\nvalue). See\n[Enable the API](/games/sdk/performance-tuner/custom-engine/enable-api).\n\n\"No parameters: no fidelity parameters\" warning and \"java.lang.NoSuchFieldError\" shown in logs \n\n TuningFork:FPDownload: No parameters: no fidelity parameters\n TuningFork: java.lang.NoSuchFieldError: no \"[Landroid/content/pm/ApplicationInfo;\" field \"applicationInfo\" in class \"Landroid/content/pm/PackageInfo;\" or its superclasses\n TuningFork: Could not get fidelity params from server : err = 4\n\nThese are harmless warnings emitted by the Tuning Fork library when\nchecking to see if the app has the debuggable flag set. While verbose, they are\nharmless and are not indicative of a problem in the integration of the library.\n**You can ignore these warnings**."]]