如何将jar文件添加到android studio中的项目中

时间:2016-02-22 05:01:14

标签: android android-studio

我想将okhttp添加到我的项目中,但即使我添加它之后,android studio也会Cannot resolve symbol for OkHttpClient

OkHttpClient client = new OkHttpClient();

enter image description here

3 个答案:

答案 0 :(得分:0)

只需在build.gradle文件中添加此依赖项即可 $('#modal-delete').click(function(e) { var data = {}; data.supplierId = idToDelete; console.log(data); $.ajax({ type: 'POST', data: data, dataType: "text", success: function(){ajax_success('I was posted!');}, error: function(){console.log('nothing was posted with ajax');}, url: '../api/supplier-list/remove', cache: false }); }); function ajax_success(mytext) { console.log(mytext); } 并构建项目,您的问题将得到解决。

答案 1 :(得分:0)

enter image description here

  1. 首先选择项目区域,然后选择libs文件夹。
  2. enter image description here

答案 2 :(得分:0)

如果要将JAR文件添加到项目中,请执行以下步骤:

  1. 将JAR文件复制到文件夹z

  2. 右键单击JAR文件并选择“添加为库”。