How to add a jar in External Libraries in android studio

前端 未结 14 2283
北海茫月
北海茫月 2020-11-22 16:17

I am new to Android Studio. What I need to do is add a few jar files in the External Libraries below the < JDK > folder.

14条回答
  •  旧时难觅i
    2020-11-22 16:33

    If you dont see option "Add as Library", make sure you extract (unzip) your file so that you have mail.jar and not mail.zip.

    Then right click your file, and you can see the option "Add as library".

提交回复
热议问题