안드로이드 개발 질문/답변
(글 수 45,052)
핸드폰으로 디버깅 연결하여
핸드폰으로 테스트 중입니다.
그런데
구글맵을 연동하여
내 위치를 보여주려고 하는데
locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
locationListener = new MyLocationListener();
locationManager.getBestProvider( criteria(), true);
locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, locationListener);
에러가 없습니다//
지도도 잘 나오는데 내 위치가 안잡힙니다.
아
AVD로 돌릴경우 마찬가지로 잘 나오는데 내 위치가 안잡힙니다.
단지
mapactivity couldn't get connection factory client
메세지만 나오는데;; 이유를 도무지 모르겠습니다..
아시는분 계시면 알려주세요 ㅠㅠ



