Android Studio 사용 방법: Android Emulator 솔 루 션 을 삭제 할 수 없습니다.

1019 단어 android
원본 주소:http://blog.csdn.net/johnnycode/article/details/44988493
Android Emulator 알림 을 삭제 하면 선택 한 AVD 가 현재 Emulator 에서 실행 중 입 니 다!그럼 계속 봐 도 돼!
처리 방법 은 여전히 매우 간단 하 다. Stackoverflow 는 이미 해결 방법 을 제시 했다.
In Linux/*nix and OSX:

Find the .android folder in your $HOME directory.
In .android there should be a avd folder
In the avd folder should be one or multiple .ini file and a corresponding *.avd virtual device folder.
Delete both the .ini file and the .avd folder you want to get rid of.
Return to the Android sdk and AVD manager.

간단하게 말하자면 사용자 루트 디 렉 터 리 아래 (~ /. android / avd) 에서 에 뮬 레이 터 와 같은 이름 의. ini 파일 과 avd 가상 장치 폴 더 를 삭제 합 니 다.
MacBook:avd john$ pwd
/Users/john/.android/avd
MacBook:avd john$ ll
total 8
drwxr-xr-x  13 john  staff  442  4 11 01:07 Nexus_5_API_16.avd
-rw-r--r--   1 john  staff  122  4 11 01:07 Nexus_5_API_16.ini

가상 컴퓨터 가 하나 밖 에 없 으 니까 rm - rf * 로 바로!
참고 글: Eclipse, android 에서 가상 장 치 를 삭제 할 수 없습니다.

좋은 웹페이지 즐겨찾기