Android support library setup with maven

前端 未结 6 826
甜味超标
甜味超标 2020-11-27 15:55

I\'m kind of new to Android.

I\'m setting up a maven module for android application (it\'s inside an existing multi-module project), which uses Google Support Librar

6条回答
  •  春和景丽
    2020-11-27 16:27

    unfortunately those libraries are not in the central maven repository. so you have to use the maven-android-sdk-deployer (link) to install the libraries into your maven repository. then add the needed libraries to your pom.xml file as described in the readme.

提交回复
热议问题