Android Wear 개발환경 구축


Smart-Phone과 연결하기


아래명령어를 통해서 Watch Emulator와 연결 시켜 준다.


USB connection을 Phone과 Desktop이 연결되지 않고도 Watch Emulator와 연결하고 싶다면,

아래와 같이phone의 adb daemon port를 설정 한다음 연결 한다.


$ adb tcpip 5555

$ adb connect IP주소:5555

$ adb -s IP주소:5555 forward tcp:5601 tcp:5601



Watch Emulator는 그룸 모양의 icon이 사라지게 된다.




스마트폰에서 Notification을 발생 시킨다. 




정상적으로 Watch emulator로 전달 되는것을 볼 수 있다.








'Computer Science > Android Application' 카테고리의 다른 글

Android wear app  (0) 2015.08.25
Android Studio 자동 import 기능  (0) 2015.07.15
Notifications API Guide  (0) 2015.06.29
Android Studio 특징 및 단축키  (0) 2015.05.24
다중 스크린 사이즈를 지원하는 방법  (0) 2014.10.27

+ Recent posts