안녕하세요.
KakaoMaps SDK v2 for Android를 사용하여 맵 레이아웃을 생성하였는데~~~
안드로이드 스튜디오에서 아래와 같이 Issues사항이 발생하면서 레이아웃이 그려지지 않습니다.
The following classes could not be instantiated:
- com.kakao.vectormap.MapView (Open Class, Show Exception, Clear Cache)
Tip: Use View.isInEditMode() in your custom views to skip code or show sample data when shown in the IDE. If this is an unexpected error you can also try to build the project, then manually refresh the layout. Exception Details java.lang.UnsatisfiedLinkError: no K3fAndroid in java.library.path: [C:\Program Files\Android\Android Studio\2021.3.1.17\bin, C:\WINDOWS\Sun\Java\bin, C:\WINDOWS\system32, C:\WINDOWS, C:\Python310\Scripts, C:\Python310, C:\Program Files\Common Files\Oracle\Java\javapath, C:\oracle\product\11.2.0\client_1\bin, C:\oracle\product\10.2.0\client_1\bin, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0, C:\WINDOWS\System32\OpenSSH, C:\Program Files\Intel\WiFi\bin, C:\Program Files\Common Files\Intel\WirelessCommon, C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn, C:\Program Files (x86)\NetSarang\Xftp 7, C:\Program Files\Java\jdk-17.0.4.1\bin, D:\99.DevSettings\react\nodejs, C:\ProgramData\chocolatey\bin, C:\Program Files (x86)\NetSarang\Xshell 7, C:\Program Files\Git\cmd, C:\Program Files\Docker\Docker\resources\bin, C:\Users\신동호\AppData\Local\Microsoft\WindowsApps, C:\Program Files\Intel\WiFi\bin, C:\Program Files\Common Files\Intel\WirelessCommon, ., C:\Program Files\JetBrains\IntelliJ IDEA 2022.2.1\bin, ., C:\Users\신동호\AppData\Roaming\npm, .] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2670) at java.lang.Runtime.loadLibrary0(Runtime.java:830) at java.lang.System.loadLibrary(System.java:1873) at com.kakao.vectormap.MapView.(MapView.java:25) at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-2) at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:490) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) at android.view.LayoutInflater.rInflate_Original(LayoutInflater.java:1127) at android.view.LayoutInflater_Delegate.rInflate(LayoutInflater_Delegate.java:72) at android.view.LayoutInflater.rInflate(LayoutInflater.java:1101) at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) at android.view.LayoutInflater.inflate(LayoutInflater.java:686) at android.view.LayoutInflater.inflate(LayoutInflater.java:505)
빌드하여 실행하면 지도는 정상적으로 표시된느데 위와 같은 Issues가 발생하면서 레이아웃을 구성하기 어렵네요.
해결 책 부탁 드립니다.