且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android的支持库建立与Maven

更新时间:2023-11-10 15:06:58

不幸的是这些库不在中间Maven仓库。所以你必须使用Maven,Android的SDK-部署(链接)到库安装到您的Maven仓库。那么作为在自述中描述添加所需的库到你的pom.xml文件。

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.