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

后端 未结 4 1070
广开言路
广开言路 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条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-15 05:49

    Before you run the android update project -p . command on command prompt first run this command git checkout 008e0cc8 it would surpress any errors especially the (AndroidManifest.xml not found), then you can now run the android update project -p . it works

提交回复
热议问题