Category: Android

안드로이드 개발 관련 카테고리입니다.

Android

안드로이드14) USE_FULL_SCREEN_INTENT (전체화면 인텐트) 사용이 제한되며, 기기 네트워크 악용 정책 위반이 될 수 있으니 주의가 필요하다.

안드로이드 14 운영체제가 속속히 정식 출시되어 사용하는 휴대폰에서 업데이트가 이루어지고 있다. 지금 현제 갤럭시S23에 적용되었다. 운영체제가 업데이트 되면서 새로운 정책이 추가되었는데, 그 중에 나의 앱에...
Android

ERROR: Manifest merger failed : Attribute application@appComponentFactory 오류 처리

ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add ‘tools:replace=”android:appComponentFactory”‘ to  element at AndroidManifest.xml:19:5-57:19 to override. ——————————-——————————- apply plugin: ‘com.android.application’android {  compileSdkVersion 28  buildToolsVersion “29.0.0”  defaultConfig {   applicationId “ddolcatmaster.smartstepcounter”   minSdkVersion 19   targetSdkVersion 28   versionCode 1   versionName “1.0”   testInstrumentationRunner...
Android

[안드로이드 TTS 관련 오류]ActivityNotFoundException : Unable to find explicit activity class {com.android.settings/com.android.settings.TextToSpeechSettings}; have you declared this activity in your AndroidManifest.xml?

새로운 오류가 보고 되었다. 오류는 구글픽셀2폰에서 발생된 것으로 확인되었다. 픽셀2폰이 마침 나에게 있다.  그러나 오류는 재현되지 않았다.    Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.manage.MainActivity}:...
error: Content is protected !!