TroubleShooting

    vmware와 hyper v 동시에 쓰기

    VMware와 Hyper-V는 동시에 사용하기 어렵습니다. 둘 다 설치 할 경우 아래와 같은 에러를 볼 수 있습니다. VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation. VMware를 선택하실 분들은 명령프롬프트를관리자 권한으로 실행해서 아래 작업을 수행하십시오. bcdedit /set hypervisorlaunchtype off 재부팅 제어판\모든 제어판 항목\네트워크 연결에서네트워크 어댑터 중에서 vEthernet (기본 스위치) 를 사용 안함 상태로 바꿈 Hyper-V를 선택하실 분들은 명령프롬프트를관리자 권한으로 실행해..

    Windows 10 설정이 열리지 않을 때

    PowerShell을 관리자 권한으로 실행 sfc /scannow DISM /Online /Cleanup-Image /RestoreHealth Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose} References How fix settings app not openning

    [Flutter] Connection closed before full header was received, uri =

    Solution https => http Ref https://github.com/flutter/flutter/issues/25107#issuecomment-655655719

    [Node] ERR_MODULE_NOT_FOUND

    Problem import module을 찾을 수 없음 Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'e:\workspace\algorithms\javascript\algorithms\search\linear-search\linearSearch' imported from e:\workspace\algorithms\javascript\algorithms\search\linear-search\test.js at new NodeError (node:internal/errors:363:5) at finalizeResolution (node:internal/modules/esm/resolve:307:11) at moduleResolve (node:internal/modu..

    Upgrade Gradle wrapper to 4.8.1 version and re-import the project

    android studio에 ndk관련 sdk가 설치되지 않아서 발생하는 오류 >> settings >> Apperance & Behavior >> System Settings >> Android SDK >> SDK Tools >> CMake, NDK 설치 ndk가 뭘까 https://developer.android.com/studio/projects/install-ndk?hl=ko&gclid=Cj0KCQjw0K-HBhDDARIsAFJ6UGiPZ881_dXeJg9YvgcP-R046rceDRYtQbbtxuZ6SYyJ69-pKsrKsVQaAtmWEALw_wcB&gclsrc=aw.ds C 및 C ++와 같은 언어를 사용하여 네이티브 코드로 앱의 일부를 구현할 수 있게 하는 도구 모음이라고 한다

    org.jetbrains.annotations.NotNull >> javax.annotation.Nonnull

    org.jetbrains.annotations.NotNull >> javax.annotation.Nonnull

    참고: https://stackoverflow.com/questions/64429995/org-jetbrains-annotations-notnull-instead-of-javax-annotation-nonnull-when-imple Inspections> Java> Probable bugs> Nullability problems> @ NotNull / @ Nullable problems> Configure Annotations . javax.annotation.Nullable/javax.annotation.Nonnull로 변경

    [안드로이드스튜디오]Manifest merge failed

    > Task :app:processDebugMainManifest FAILED [com.android.support:animated-vector-drawable:28.0.0] C:\Users\csjty\.gradle\caches\transforms-2\files-2.1\2ea246c20a91481cc0f9ad545d596a80\animated-vector-drawable-28.0.0\AndroidManifest.xml Warning: Package name 'android.support.graphics.drawable' used in: com.android.support:animated-vector-drawable:28.0.0, com.android.support:support-vector-drawabl..

    [안드로이드스튜디오]URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs)

    [안드로이드스튜디오]URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs)

    URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs) 여기 무시할 스키마 DTD목록에 추가해주면 없어지긴함