Android libraries not found

后端 未结 8 1301
失恋的感觉
失恋的感觉 2020-12-09 10:37

In my android project I am writing a program to connect to a server and below are the libraries that I need to use.

But I get an error saying the following cannot b

8条回答
  •  孤城傲影
    2020-12-09 11:07

    download the jar from here : http://commons.apache.org/

    install it in your project like this:

    Right click on your project and go to properties. On the left tab go to "java build path". And in that on right go to libraries. Click on add external jars and give the path of the jar and your library is added.

提交回复
热议问题