Android studio 如何将json.org库导入Android Studio

Android studio 如何将json.org库导入Android Studio,android-studio,Android Studio,我已经将json.org库导入Android Studio。我进入文件>项目结构,必须有 但是,在ANDROID studio上工作时,我需要导入jar文件作为一个模块。只需将库放在项目文件夹中的任何位置,然后将对项目的引用添加为jar文件 1. Hit f4 in android studio and open your project structure. 2. By clicking on "module pane" select your "project" 3. Once that

我已经将json.org库导入Android Studio。我进入文件>项目结构,必须有


但是,在ANDROID studio上工作时,我需要导入jar文件作为一个模块。只需将库放在项目文件夹中的任何位置,然后将对项目的引用添加为jar文件

1. Hit f4 in android studio and open your project structure.

2. By clicking on "module pane" select your "project"

3. Once that is done click on the dependencies tab

4. Click the green + sign and navigate to where you put your parse jar file.

5. Once located you click apply and ok

6. Happy Parse