아래는 코모스튜디오가 직접 만든 무료 앱이에요(한 번만 봐주세요 ^^)
예전엔 매니페스트에서 디버그 모드 설정을 해주었는데, 안드로이드 스튜디오로 넘어 오면서 부터는 그래들에 설정을 해주면 된다.
Waiting for device.
Cannot debug application com.comostudio.xxxxx on device pantech-xxxxxx.
This application does not have the debuggable attribute enabled in its manifest.
If you have manually set it in the manifest, then remove it and let the IDE automatically assign it.
If you are using Gradle, make sure that your current variant is debuggable.
The session was restarted
그냥 build.gradle에 가서
debuggable true
해주고, 벌레 모양 버튼 눌러주면 된다.
좀 더 자세한 디버깅 설정은
http://developer.android.com/tools/debugging/debugging-studio.html
' [안드로이드 공부] > 안드로이드 스튜디오' 카테고리의 다른 글
안드로이드 디버그 모드 여부 확인하기 (0) | 2015.09.06 |
---|---|
[안드로이드 스튜디오] avd 에 사용할 sdcard 만들기 (0) | 2015.09.05 |
[안드로이드스튜디오] LogCat 이전 로그와 비교하기 (0) | 2015.08.24 |
[안드로이드 스튜디오] minSdkVersion 지정 (0) | 2015.08.22 |
[안드로이드스튜디오] 빌드시 자동으로 release signed apk 만들기 (0) | 2015.08.19 |
모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다. |
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요. |