To ensure an accurate comparison of features, the Android Package Manager provides a shared set of feature constants that both applications and devices use to declare feature requirements and support.
기능을 정확하게 비교하기 위해, Android 패키지 관리자는 애플리케이션과 기기가 기능 요구사항 및 지원을 선언하는 데 사용하는 기능 상수의 공유 집합을 제공합니다.
When the Android Package Manager installs the application, a user must approve all of the permissions the application requests.
Android 패키지 관리자가 애플리케이션을 설치하는 경우, 사용자는 애플리케이션이 요청하는 권한을 모두 승인해야 합니다.
The package will be the compiled file or APK ('Android Package File') that you'll eventually upload to the Google Play Store.
패키지는 컴파일 된 파일 또는 APK가 될 것입니다 (' 안 드 로이드 패키지 파일') 당신은 결국 구글 플레이 스토어에 업로드 합니다.
Because this recommendation is also true for Android package names, you can define your provider authority as an extension of the name of the package containing the provider.
이 권장 사항은 Android 패키지 이름에도 적용되므로, 제공자 권한을 제공자가 들어 있는 패키지의 이름 확장자로 정의해도 됩니다.
When you decompress an APK (Android package) file, you end up with files in various formats.
Android 앱 파일(APK파일)의 압축을 풀면 다양한 포맷의 파일이 존재하는데요.
When referencing an Android resource ID, you do not need the plus-symbol, but must add the android package namespace, like so
Android 리소스 ID를 참조할 때에는 더하기 기호는 필요하지 않지만 android 패키지 네임스페이스를 다음과 같이 반드시 추가해야 합니다.
The Android SDK tools compile your code along with any data and resource files into an APK, an Android package, which is an archive file with an.apk suffix.
Android SDK 도구는 모든 데이터 및 리소스 파일과 함께 코드를 컴파일하여 하나의 APK를 만듭니다. Android 패키지는 접미사가.apk인 아카이브 파일입니다.
The Android SDK tools compile your code along with any data and resource files into an APK, an Android package, which is an archive file with an.apk suffix.
애플리케이션 기본 항목 Android 앱은 Java 프로그래밍 언어로 작성됩니다. Android SDK 도구는 모든 데이터 및 리소스 파일과 함께 코드를 컴파일하여 하나의 APK를 만듭니다.