$ 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

안드로이드는 오픈소스 프로젝트이다.

Android Open Source Project(이하 AOSP)이다.


안드로이드를 수정하려면 AOSP의 전체 소스코드를 수정해야 한다.

소스코드를 수정하고 빌드하면 펌웨어를 얻을 수 있다.


환경은 Ubuntu 12.04, 14.04, 16.04 환경을 추천한다.

개인적으로는 14.04LTS가 가장 안정적이라고 생각한다.


https://source.android.com/source/requirements.html


안드로이드 소스코드를 다운받을 수 있는 사이트다.




+ Recent posts