모듈을 추가하는 것은 Contacts Demo 파일을 순수하게 Android Studio 버전에서 생성하는 과정이라고 볼 수 있다.
모듈 추가 과정을 상세하고 보고 싶다면 확인해라.
이제 build.gradle 부분이 http://link2me.tistory.com/1304 와 어떻게 다른지 살펴보자.
apply plugin: 'com.android.application' |
apply plugin: 'com.android.application' |
build.gradle 부분이 다른 걸 확인했으니 코드를 복사해서 붙여넣기 했더니 문제없이 잘 동작한다.
다만, AndroidMenifest.xml 에서 약간 수정할 부분이 좀 있었다.
첨부된 소스코드는 Android Studio 에서 완전히 작성된 코드라고 보면 된다.
Eclipse 버전의 샘플 소스는 http://link2me.tistory.com/1301 에 올려져 있다.
'안드로이드 > Android Studio' 카테고리의 다른 글
Android Studio gradle 경로 변경 (0) | 2017.07.13 |
---|---|
Android Studio default AVD configuration folder (.android) 변경 (0) | 2017.07.13 |
Eclipse 에서 Android Studio 용으로 변환 (0) | 2017.06.17 |
Android Studio Layout Preview 한글깨짐 현상 해결(android studio 3.0 layout preview not working) (0) | 2017.06.17 |
Android Studio 프로젝트 개념 (0) | 2017.05.11 |