0

I need to be able to add .jars to my project to solve the problem of the apache http package not being available anymore. Like here:

HttpClient won't import in Android Studio

Problem is that the Libs as well as App folder totally disappeared from my project overview. And manually adding an app/libs folder is not working either

Neither is any possible solution as mentioned here. Have no libs directory in Android Studio

Does anyone have a solution?

Community
  • 1
  • 1
Rik van Velzen
  • 1,977
  • 1
  • 19
  • 37

1 Answers1

0

Why your app/libs folders disappeared? Have you found it in Windows Explorer or by choosing Project in Android Studio as the following screenshot?

BNK's screenshot

BNK
  • 23,994
  • 8
  • 77
  • 87
  • I went to project just as you show in your screenshot. No libs folder there. Added one manually and copied my jar into it, but that didn't work for me yet. – Rik van Velzen Oct 13 '15 at 14:00
  • Yes. Creating a new project creates a libs folder within the app folder... strange... have to get back to and try to solve this issue in a while due to different project priorities atm. Tnx for the effort. – Rik van Velzen Oct 14 '15 at 09:41
  • Check folder permissions if writable – BNK Oct 14 '15 at 11:18