Solution1 Android Service Bind가 안될때 해결방법 bindService가 안될때 클래스명이나 매니페스트가 잘못됬나 하지만 그렇지 않은 경우가 발생해서 많이 해매서 이렇게 포스트로 남깁니다. startService(new Intent("emersys.co.kr.maven.voice.service.REMOTE_SERVICE"));bindService(new Intent(IRemoteService.class.getName()), mConnection, Context.BIND_AUTO_CREATE); 위는 일반적으로 많이 퍼진 Service Bind방법입니다.전혀 문제가 없는 코드지만 bind는 제대로 되지 않습니다. SDK 2.3부터는 Context에 많은 신경을 써서 그런지 저 상태의 코드로는 실행이 되지 않습니다.그래서 getApplicationConte.. 스터디/Android+Java 2017. 10. 7. 이전 1 다음