.OAT 파일 확장자

Android Optimized Application File

개발사 Google
인기도
3.2  |  9 투표
 

OAT 파일이란 무엇인가요?

An OAT file is created by the Android operating system in order to speed up the loading time of an Android app (.APK file). When an app is installed, Android automatically optimizes app data and creates a corresponding OAT file. Android uses this file to load the app more quickly, which creates a better experience for the user.

추가 정보

OAT files are typically saved to the following directory on the Android device:

/​data/​dalvik-cache/​

Android performs these optimizations using a tool called dex2oat. When you install an application on a device running Android 5.0 or later, dex2oat converts the Dalvik code located in the .ODEX file to native code and stores it in an OAT file. Therefore, each app will have a corresponding OAT file. dex2oat is typically located in the following directory on the Android device:

/​system/​bin/​dex2oat/​

참고: OAT files were introduced with Android 5.0, which is codenamed “Lollipop" or “L.” Previous versions of Android use .ODEX (Optimized DEX) files instead of OAT files for optimized executables. The new Android 5.0 runtime, called ART (Android Runtime), uses an ahead-of-time (AOT) compilation method, which improves upon its predecessor’s method of just-in-time compilation. ART replaces the previous runtime, which is called Dalvik.

일반적인 .OAT 파일 이름

boot.oat - This file is created whenever a device's system is upgraded or when the app is booted up for the first time after being purchased. The boot.oat file is referenced by an app when the app calls a framework application programming interface (API) method.

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

OAT 파일을 열거나 참조하는 프로그램

Android
OS에 포함됨
카테고리: 개발자
업데이트: 2016-06-03

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Android Optimized Application 파일 형식과 Android 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.