美文网首页
如何打包Volley

如何打包Volley

作者: lguipeng | 来源:发表于2015-03-18 23:15 被阅读325次

    1.如果电脑没有安装git和ant的话,需要安装git和ant,直接Google就可以,并配置环境变量

    2.在命令行执行

    git clone https://android.googlesource.com/platform/frameworks/volley

    3.cd volley 并把 ./src/main/AndroidMainfest.xml下复制到 ./

    4.执行android update project -p . -t 8

    5.ant jar

    如果这时候报 org.junit.* 这些类找不到,直接删除 src 下的 test 文件夹,再执行ant jar

    成功的话可以看到如下信息:

    [jar] Building jar: E:\github_project\volley\bin\volley.jar

    BUILD SUCCESSFUL

    这样就完成了  bin 目录下的 volley.jar 就是我们想要的东西

    相关文章

      网友评论

          本文标题:如何打包Volley

          本文链接:https://www.haomeiwen.com/subject/docwxttx.html