Open GoogleCodeExporter opened 9 years ago
The maven project pom.xml
Original comment by syt...@gmail.com
on 22 Apr 2014 at 2:02
Attachments:
I think you can remove this apklib dependency -only jar is using as dependency ?
<code>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>google-play-services</artifactId>
<version>12.0.0</version>
<type>apklib</type>
</dependency>
</code>
Original comment by syt...@gmail.com
on 22 Apr 2014 at 2:07
[deleted comment]
Hiya. Tell me what to do to include this in the project and it'll make it into
the v18 release :-) Please test with v17 code base.
Original comment by ken...@kentonprice.com
on 24 Apr 2014 at 1:20
Just copy pom.xml file to you project dir (where Eclipse .project is located)
Now if you use IDE like IntelliJ IDEA or Eclipse you can import Maven project
model file -pom.xml and IDE will import all maven dependency. Maven will be
like addition to Eclipce project you can build project with Eclipse (using
Maven dependeny) or with maven too. You can write some dependency in pom.xml
and Maven will automatically download all dependency needed from Maven central
repository. If some of them like google-play-services don`t have copy in maven
repo they can be imported from you maven local repository. You need first to
import your local Android SDK to maven local repository with this project:
https://github.com/mosabua/maven-android-sdk-deployer
Original comment by syt...@gmail.com
on 1 May 2014 at 9:07
Original issue reported on code.google.com by
syt...@gmail.com
on 13 Apr 2014 at 8:58