Import Android volley to Android Studio

前端 未结 17 2180
孤街浪徒
孤街浪徒 2020-12-07 11:33

I wanna use the google\'s volley library

I am using Android Studio and I know how to add .jar libraries.

But I could not create a .jar library with the voll

17条回答
  •  情深已故
    2020-12-07 12:00

    step 1:- Download volley.jar file.

    step 2:- Go to your project and set the display menu from Android to Project then go to

    app -> libs-> paste your volley.jar file here

    step 3:- Right click on the volley.jar file and click on "add as library". and its all done.

提交回复
热议问题