'adv'에 해당되는 글 2건

 
  1. 2021.06.04 안드로이드 카카오맵, Android KakaoMap API, Can`t load DaumMapEngineApi.so file, java.lang.UnsatisfiedLinkError
  2. 2015.05.17 [MOBILE/ECLIPSE] Android SDK, Location of the Android SDK has not been setup in the preferences.
2021. 6. 4. 18:20 ANDROID IOS
안드로이드 카카오맵, Android KakaoMap API, Can`t load DaumMapEngineApi.so file, java.lang.UnsatisfiedLinkError

 

카카오맵(다음맵) API는 안드로이드 시뮬레이터(ADV환경)에서는 작동하지 않습니다.

배포한 파일에 보시면 x86은 없고 arm만 있죠

아예 지원하지 않는것입니다.

 

어짜피 스마트폰들은 arm이니까 안만든것 같습니다.

그래서 카카오맵을 개발할때는 실제 스마트폰으로 디버깅 하셔야 합니다.

 

 

이 위치가 맞는 위치입니다.

src/main/jniLibs/arm*

 

 

E/net.daum.mf.map.n.api.NativeMapLibraryLoader: Can`t load DaumMapEngineApi.so file

E/AndroidRuntime: FATAL EXCEPTION: main

java.lang.UnsatisfiedLinkError

2015. 5. 17. 19:27 ANDROID IOS
[MOBILE/ECLIPSE] Android SDK, Location of the Android SDK has not been setup in the preferences.

전에쓰던 이클립스를 바꿧더니

Location of the Android SDK has not been setup in the preferences.

오류가 나네요.


이것저것 때려보다가

ADT (Android Developer Tools)를 다시 설치했더니 해결되었습니다.



메뉴 > Help > Install New Software

ADT 주소

https://dl-ssl.google.com/android/eclipse/



Location of the Android SDK has not been setup in the preferences.



Install New Software



This Android SDK requires An...e ADT to the latest version.



Android SDK Manager



최근에 올라온 글

최근에 달린 댓글