https://deviewpoint.tistory.com/1

 

[면접] 신입 IT 개발자 1분 자기소개 하는 방법 5단계

[면접] 신입 IT 개발자 1분 자기소개 하는 방법 5단계 취업 관련 상담을 하면 1분 자기소개에 대한 질문이 굉장히 많다. 1분 안에 제가 한 일들을 어떻게 표현해야할까요? 마지막 마무리는 어떻게

deviewpoint.tistory.com

 

해당 블로그로 이동되었습니다.

$ adb shell pm uninstall androidmads.example

Unknown failure (at android.os.Binder.execTransact(Binder.java:565))

Error while Installing APKs



해결방법은 다음 처럼 하면됩니다.


1. File -> Settings -> Build, Execution, Deployment.

2. Instant Run에 들어가서 "Enable Instant Run to hot swap code/resource changes on deploy". 체크해제

3. Apply 누르고, OK 클릭

'Programming > Android' 카테고리의 다른 글

Android Framework 환경 구축 (1)  (0) 2016.05.17

에러메세지 종류

C:\Users\pro\AppData\Roaming\npm\ionic -> C:\Users\pro\AppData\Roaming\npm\node_modules\ionic\bin\ionic

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\ionic\node_modules\fsevents):

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})




윈도우환경에서 fsevents 모듈이 설치가 안되서 나오는 에러이다.


npm install --no-optional 명령어를 사용해서 설치하면 해결된다.




[에러 메세지 화면]




[ --no-optional 옵션을 준 화면]

+ Recent posts