반응형

Platform/Android 124

[Waring] On SDK version 23 and up, your app data will be automatically backed up and restored on app install.

Warning:(6, 9) On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup, or just set `android:fullBackupOnly=true`. More info: https://developer.android.com/guide/topics/data/autobackup 경고:(6, 9) SDK 버전 23 이상에서는 앱 설치 시 앱 데이터가 자..

Platform/Android 2022.02.22

[Error] Could not find method dependencyResolutionManagement() for arguments ...

Error Settings file '$프로젝트 경로/settings.gradle' line: 1 A problem occurred evaluating settings '$프로젝트명'. > Could not find method dependencyResolutionManagement() for arguments [settings_4a5mt98omgey8rnbaqiv6g2xj$_run_closure1@f5fdb5a] on settings '$프로젝트명' of type org.gradle.initialization.DefaultSettings. Cause '$프로젝트 경로/settings.gradle' line: 1에 있는 dependencyResolutionManagement()를 찾을 수 없다........

Platform/Android 2022.02.22

[AndroidStudio] 안드로이드스튜디오 버전 확인

현재 사용하고 있는 Android Studio 의 버전 확인하기 Android Studio > About Android Studio 짠! 현재 사용하고 있는 Android Studio 버전이 나옵니다 👏🏻👏🏻👏🏻 제가 사용하고 있는 버전은 4.1.1 이네요! Android Studio 버전에 따라 gradle sync 오류가 나는 경우가 있어, gradle 관련 오류가 난다면 현재 사용하고 있는 Android Studio 버전을 ✅체크해보는 것도 하나의 방법인 것 같습니다. 다음에는 Android Studio 버전을 업데이트 하는 방법을 알아보도록 할까요오오~?

Platform/Android 2022.02.21

[AndroidManifest.xml] tools: attributes

xmlns:tools="http://schemas.android.com/tools" tools:ignore 무시하고 넘어갈 워닝을 정의한다. tools:ignore="UnusedAttribute" .참고 https://gun0912.tistory.com/73 [안드로이드/Android]tools attribute 유용하게 활용하기(xmlns:tools="http://schemas.android.com/tools") 안드로이드를 개발하면서 프로젝트를 새로 만들거나 xml파일에서 우리가 자주 만나는 녀석이 있습니다. xmlns:tools="http://schemas.android.com/tools" xml에 tools:context="xxx" 라는 걸 수도 없이 보아 왔지.. gun0912.tistory.com

Platform/Android 2022.02.15
반응형