android 판단 sdcard가emulated인지 여부
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
주요 원인은 emulated sdcard가 apk를 설치할 수 없기 때문에 설치하기 전에 sdcard가 emulated인지 아닌지를 판단해야 한다.이 기능 시스템은api,Environment를 제공합니다.isExternalStorageEmulated();
Returns whether the device has an external storage device which is emulated. If true, the device does not have real external storage, and the directory returned by
getExternalStorageDirectory()
will be allocated using a portion of the internal storage system. Certain system services, such as the package manager, use this to determine where to install an application.
Emulated external storage may also be encrypted - see
android.app.admin.DevicePolicyManager.setStorageEncryption(android.content.ComponentName, boolean)
for additional details.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
[Android] 둥글게 펼쳐지는 Ripple을, 바삭하게 구현간이적으로 터치 피드백이 없는 버튼이나 레이아웃, 탭 범위가 좁아져 버린 버튼 등에, 범위 밖으로 둥글게 퍼지는 Ripple로 탭감, 영역을 조금 늘립니다. 이런 느낌 (화질 나쁘고 미안해..) Ripple을 내고 ...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.