mobile/Android

android 개발에 maven 사용하기

manywaypark 2013. 5. 20. 09:02

기본(android archtype)

https://code.google.com/p/maven-android-plugin/wiki/GettingStarted

https://github.com/akquinet/android-archetypes


eclipse에서 사용하기

http://rgladwell.github.io/m2e-android/

https://github.com/rgladwell/m2e-android

http://marketplace.eclipse.org/content/android-configurator-m2e


대부분의 문서들이 market place에서 설치하라고 나오는데, 내 경우에는 google에서 배포한 ADT(eclipse+adt) bundle에는 market place 메뉴가 아예 없었다.

update site 정보를 다음과 같이 설정하면 된다.

Name:m2-android

Location:http://rgladwell.github.com/m2e-android/updates


happy hackin'