Import Android volley to Android Studio

前端 未结 17 2195
孤街浪徒
孤街浪徒 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:19

    Volley is now officially available on JCenter:

    Add this line to your gradle dependencies for your Android project's app module:

    implementation 'com.android.volley:volley:1.1.1'

提交回复
热议问题