0

I am fairly new to Android development and I have come across an open source library from Google known as "Google HTTP Client for Java" that I would like to use within my project to do HTTP Post Requests.

I am not sure how to import this library so that I can use it properly with Android Studio. In the docs it talks about Maven/Gradle which I do not have very much knowledge in, I plan to look more into them at a later time. I am developing the project for Android 4.3+ (API 18).

Can anyone please let me know how to import this properly with Android Studio?

Thanks!

Teddy13
  • 3,734
  • 10
  • 39
  • 67

1 Answers1

0

Download the JAR files from this link: Jar Files

and take a look here Android Studio: Add jar as library?

Community
  • 1
  • 1
letsjak
  • 361
  • 3
  • 14
  • Thanks for the quick reply! I downloaded the .ZIP file already but there are many .jar files. Do I import them all? – Teddy13 Sep 04 '14 at 01:56
  • @Teddy13 see here under `Android` https://code.google.com/p/google-http-java-client/wiki/Setup – letsjak Sep 04 '14 at 02:20