1.install prepare
android sdk + eclipse
2.install apache maven
download from apache maven download , extract it, and add the bin/ directory to your system path variable.
3.install maven plugin in eclipse plugin
eclipse –> help –> install new software, then input maven,select ok in next steps.
4.download android maven plugin code
> git clone https://github.com/jayway/mav
en-android-plugin.git
> cd maven-android-plugin
in first time
> mvn clean install
or on error,then conintue run:
> mvn install
No comments:
Post a Comment