How to add a jar in External Libraries in android studio

前端 未结 14 2282
北海茫月
北海茫月 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条回答
  •  没有蜡笔的小新
    2020-11-22 16:36

    A simple way to add Jar file Android Studio Steps:

    1. Copy and paste your jar file to libs folder of your project.
    2. Click File from File menu -> Project Structure (CTRL + SHIFT + ALT + S on Windows/Linux, ⌘ + ; on Mac OS X).
    3. Select Modules at the left panel -> Dependencies tab.
    4. Add... → Project Library → Attach Jar.

提交回复
热议问题