How to make a .jar out of the Volley project?

后端 未结 4 1060
广开言路
广开言路 2020-12-15 05:30

How do I make a .jar file out of the Volley project (git repository)?

I have tried to follow the instructions in this answer, however running android update pr

4条回答
  •  萌比男神i
    2020-12-15 05:58

    They moved the project to gradle. You need to build project using gradle. You can find the detailed explanation how to make volley jar using gradle command here.

    Before you build the volley project you may need to set some environmental variable like adding gradle location to PATH or setting ANDROID_HOME.

提交回复
热议问题