개발(Android) 78

[Android Studio] Installation did not succeed.The application could not be installed.List of apks:

[안드로이드 스튜디오] 어플리케이션 설치 실패 문제 Installation did not succeed. The application could not be installed. List of apks: [0] 'C:\Users\사용자\AndroidStudioProjects\프로젝트명\app\build\intermediates\apk\debug\app-debug.apk' Installation failed due to: 'device 'emulator-5554' not found' Retry Failed to launch an application on all devices 해결 방법 (1) 해결 방법 (2) 참고 [안드로이드 - 에러] Installation did not succeed.The appli..

[Android Studio] As of Android 12, `android:exported` must be set; use `true` to make the activity available to other apps, and `false` otherwise. For launcher activities, this should be set to `true`.

[안드로이드 스튜디오] 안드로이드 12에서는 `android:exported`를 반드시 설정해야 한다 문제 As of Android 12, `android:exported` must be set; use `true` to make the activity available to other apps, and `false` otherwise. For launcher activities, this should be set to `true`. 해결 방법 참고 Android 12를 타겟팅(targetSdkVersion 31)하는 경우, andorid:exported 설정이 필요하다.(Manifest merger failed) Android 12를 타겟팅하는경우, AndroidManifest.xml파일에서 activ..

[Android Studio] Your anti-virus program might be impacting your build performance. Android Studio checked the following directories:

[안드로이드 스튜디오] 보안 프로그램 관련 경고 팝업 제거하기 문제 Your anti-virus program might be impacting your build performance. Android Studio checked the following directories: 해당 폴더들 해결 방법 참고 Android용 Windows Defender 예외 추가 지정된 파일 형식을 확인하지 않도록 Windows Defender 설정을 업데이트하여 성능 속도와 빌드 시간을 개선하는 방법을 알아봅니다. docs.microsoft.com

반응형