iT邦幫忙

0

android 錯誤訊息: Lorg/apache/http/client/HttpClient

我已看網路教學也跟者匯入了但還是會出現錯誤 拜託各位網友了
https://ithelp.ithome.com.tw/upload/images/20190109/20109685qBH01UPnkO.png
https://ithelp.ithome.com.tw/upload/images/20190109/201096854sMM0GXcFy.png
https://ithelp.ithome.com.tw/upload/images/20190109/201096855AjA6vzsYm.png

E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.example.wells.ndr_text, PID: 7246
    java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/client/HttpClient;
        at com.example.wells.ndr_text.DBphp.DBstring(DBphp.java:47)
        at com.example.wells.ndr_text.ndr_text1.select(ndr_text1.java:99)
        at com.example.wells.ndr_text.ndr_text1$3.run(ndr_text1.java:92)
        at android.os.Handler.handleCallback(Handler.java:873)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:193)
        at android.app.ActivityThread.main(ActivityThread.java:6669)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
     Caused by: java.lang.ClassNotFoundException: Didn't find class "org.apache.http.client.HttpClient" on path: DexPathList[[zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/base.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_dependencies_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_resources_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_0_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_1_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_2_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_3_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_4_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_5_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_6_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_7_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_8_apk.apk", zip file "/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_9_apk.apk"],nativeLibraryDirectories=[/data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/lib/x86, /system/lib]]
        at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:134)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
        at com.example.wells.ndr_text.DBphp.DBstring(DBphp.java:47) 
        at com.example.wells.ndr_text.ndr_text1.select(ndr_text1.java:99) 
        at com.example.wells.ndr_text.ndr_text1$3.run(ndr_text1.java:92) 
        at android.os.Handler.handleCallback(Handler.java:873) 
        at android.os.Handler.dispatchMessage(Handler.java:99) 
        at android.os.Looper.loop(Looper.java:193) 
        at android.app.ActivityThread.main(ActivityThread.java:6669) 
        at java.lang.reflect.Method.invoke(Native Method) 
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 
    	Suppressed: java.io.IOException: No original dex files found for dex location /data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_resources_apk.apk
        at dalvik.system.DexFile.openDexFileNative(Native Method)
        at dalvik.system.DexFile.openDexFile(DexFile.java:354)
        at dalvik.system.DexFile.<init>(DexFile.java:101)
        at dalvik.system.DexFile.<init>(DexFile.java:75)
        at dalvik.system.DexPathList.loadDexFile(DexPathList.java:394)
        at dalvik.system.DexPathList.makeDexElements(DexPathList.java:354)
        at dalvik.system.DexPathList.<init>(DexPathList.java:164)
        at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:74)
        at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:65)
        at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:64)
        at com.android.internal.os.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:73)
        at com.android.internal.os.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:88)
        at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:74)
        at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:40)
        at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:727)
        at android.app.LoadedApk.getClassLoader(LoadedApk.java:810)
        at android.app.LoadedApk.getResources(LoadedApk.java:1032)
        at android.app.ContextImpl.createAppContext(ContextImpl.java:2345)
        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5749)
E/AndroidRuntime:     at android.app.ActivityThread.access$1100(ActivityThread.java:199)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        		... 5 more
    	Suppressed: java.io.IOException: No original dex files found for dex location /data/app/com.example.wells.ndr_text-QypzX3pz43lhX71oztQTVg==/split_lib_slice_8_apk.apk
        at dalvik.system.DexFile.openDexFileNative(Native Method)
        at dalvik.system.DexFile.openDexFile(DexFile.java:354)
        at dalvik.system.DexFile.<init>(DexFile.java:101)
        at dalvik.system.DexFile.<init>(DexFile.java:75)
        at dalvik.system.DexPathList.loadDexFile(DexPathList.java:394)
        at dalvik.system.DexPathList.makeDexElements(DexPathList.java:354)
        at dalvik.system.DexPathList.<init>(DexPathList.java:164)
        at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:74)
        at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:65)
        at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:64)
        at com.android.internal.os.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:73)
        at com.android.internal.os.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:88)
        at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:74)
        at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:40)
        at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:727)
        at android.app.LoadedApk.getClassLoader(LoadedApk.java:810)
        at android.app.LoadedApk.getResources(LoadedApk.java:1032)
        at android.app.ContextImpl.createAppContext(ContextImpl.java:2345)
        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5749)
        at android.app.ActivityThread.access$1100(ActivityThread.java:199)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1650)
        at android.os.Handler.dispatchMessage(Handler.java:106)
package com.example.wells.ndr_text;

import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.HttpClient;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.message.BasicNameValuePair;
import org.apache.http.protocol.HTTP;

import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;

public class DBphp {
    private static HttpClient hC;
    private static HttpPost hP;
    public static String DBstring(String i,String Wcook,String url){
        String result="錯誤";
        try{
            hC=new DefaultHttpClient();
            hP=new HttpPost(url+"/index.php");
            hP.addHeader("Cookie",Wcook+";expires=thu,31-Dec-37 23:55:22 GHT; path=/");

            ArrayList<NameValuePair> params=new ArrayList<NameValuePair>();
            params.add(new BasicNameValuePair("S1",i));
            hP.setEntity(new UrlEncodedFormEntity(params, HTTP.UTF_8));
            HttpResponse hR=hC.execute(hP);
            HttpEntity hE=hR.getEntity();
            InputStream inputStream=hE.getContent();
            BufferedReader bufReader=new BufferedReader(new InputStreamReader(inputStream,HTTP.UTF_8),8);
            StringBuilder builder =new StringBuilder();
            String line=null;
            while((line = bufReader.readLine())!=null){
                builder.append(line+"\n");
            }
            inputStream.close();
            result=builder.toString();


        }catch (Exception e){
            result=e.toString();
        }finally {
            hC.getConnectionManager().shutdown();
        }

        return result;
    }
}

package com.example.wells.ndr_text;

import android.content.Context;
import android.os.Handler;
import android.os.StrictMode;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.webkit.CookieManager;
import android.webkit.CookieSyncManager;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ListView;
import android.widget.SimpleAdapter;

import org.apache.http.cookie.params.CookieSpecPNames;
import org.json.JSONArray;
import org.json.JSONObject;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;

public class ndr_text1 extends AppCompatActivity {
    Context context =this;
    EditText et1,et2,et3,et4;
    WebView webview;
    String url="http://ksuwork.byethost16.com/";
    CookieManager cookeManager;
    String cookieStr,id_text;
    ListView listView;
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder().detectDiskReads().detectDiskWrites().detectNetwork().penaltyLog().build());
        StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder().detectLeakedClosableObjects().detectLeakedSqlLiteObjects().penaltyDeath().penaltyLog().build());

        Wcookie(context);
        Handler myHandler=new Handler();
        myHandler.postDelayed(runTimerStop,15000);
        if(cookieStr!=null){
            myHandler.removeCallbacks(runTimerStop);
        }
        listView=findViewById(R.id.LV1);
        et1=findViewById(R.id.et1);
        et2=findViewById(R.id.et2);
        et3=findViewById(R.id.et3);
        et4=findViewById(R.id.et4);

        //新增資廖
        Button b1=findViewById(R.id.save);
        b1.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                String[] et0=new String[]{et1.getText().toString(),et2.getText().toString(),et3.getText().toString(),et4.getText().toString()};
                Inphp.Interting(et0,cookieStr,url);
                select(null);
            }
        });
    }

    private void Wcookie(Context context) {
        CookieSyncManager.createInstance(context);
        cookeManager=CookieManager.getInstance();
        webview=new WebView(context);
        webview.getSettings().setJavaScriptEnabled(true);
        webview.setWebViewClient(new WebViewClient(){
            @Override
            public void onPageCommitVisible(WebView view, String url) {
                super.onPageCommitVisible(view, url);
                cookeManager.setAcceptCookie(true);
                cookieStr=cookeManager.getCookie(url);
            }
        });
        webview.loadUrl(url);
        webview.clearHistory();
        webview.clearCache(true);

        cookeManager.removeAllCookie();
        cookeManager.removeSessionCookie();
    }

    private Runnable runTimerStop = new Runnable() {
        @Override
        public void run() {
            select(null);
        }
    };

//顯示
public  void select(String id){
    try{
        String r=DBphp.DBstring(id,cookieStr,url);
        JSONArray jsonArray = new JSONArray(r);
        List<Map<String,Object>> items = new ArrayList<Map<String,Object>>();

        for(int i=0;i<jsonArray.length();i++){
            JSONObject jsonData=jsonArray.getJSONObject(i);
            Map<String,Object> item=new HashMap<String,Object>();
            item.put("id",jsonData.getString("id"));
            item.put("email",jsonData.getString("email"));
            item.put("password",jsonData.getString("password"));
            item.put("name",jsonData.getString("name"));
            item.put("hint",jsonData.getString("hint"));
            items.add(item);//新增到item
        }
        SimpleAdapter SA=new SimpleAdapter(context,items,R.layout.list_text,new String[]{"id","email","password","name","hint"},new int[]{R.id.text0,R.id.text1,R.id.text2,R.id.text3,R.id.text4});
        listView.setAdapter(SA);
    } catch (Exception e){
       Log.e("log_tag=",e.toString());
    }
}
}

package com.example.wells.ndr_text;

        import org.apache.http.HttpResponse;
        import org.apache.http.NameValuePair;
        import org.apache.http.client.HttpClient;
        import org.apache.http.client.entity.UrlEncodedFormEntity;
        import org.apache.http.client.methods.HttpPost;
        import org.apache.http.impl.client.DefaultHttpClient;
        import org.apache.http.message.BasicNameValuePair;
        import org.apache.http.protocol.HTTP;

        import java.util.ArrayList;

public class Inphp {
    private static HttpClient hC;
    private static HttpPost hP;
    public static void Interting(String[] i,String Wcook,String url){
        String result = "錯誤";
        try {
            hC = new DefaultHttpClient();
            hP = new HttpPost(url + "Intert_text1.php");
            System.out.println("是否取得cookie=" + Wcook);
            hP.addHeader("Cookie", Wcook + ";expires=Thu, 31-Dec-37 23:55:55 GMT; path=/");

            ArrayList<NameValuePair> params = new ArrayList<NameValuePair>();
            params.add(new BasicNameValuePair("S1", i[0]));
            params.add(new BasicNameValuePair("S2", i[1]));
            params.add(new BasicNameValuePair("S3", i[2]));
            params.add(new BasicNameValuePair("S4", i[3]));

            hP.setEntity(new UrlEncodedFormEntity(params, HTTP.UTF_8));
            HttpResponse hR = hC.execute(hP);
            hR.getEntity();
        } catch (Exception e) {
            System.out.print(e.toString());
        } finally {
            hC.getConnectionManager().shutdown();
        }

    }
}


看更多先前的討論...收起先前的討論...
ant1017 iT邦新手 2 級 ‧ 2019-01-09 08:09:30 檢舉
at com.example.wells.ndr_text.DBphp.DBstring(DBphp.java:47)
at com.example.wells.ndr_text.ndr_text1.select(ndr_text1.java:99)
at com.example.wells.ndr_text.ndr_text1$3.run(ndr_text1.java:92)
問題在這幾行
具體原因:java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/client/HttpClient;

就這樣...剩下的請樓主自行釐清原因
網路教學很多都不完整,所以先去看,少了什麼..
ant1017 iT邦新手 2 級 ‧ 2019-01-09 08:51:50 檢舉
如果只是專題,推薦你使用Firebase,只要熟悉使用方式就可以輕鬆駕馭了,不用再去架設apache
我上網找到了解決方法 希望能幫助到別人
AndroidManifest.xml
<application
android:usesCleartextTraffic="true"
>
<uses-library android:name="org.apache.http.legacy" android:required="false" />
jackson09 iT邦新手 5 級 ‧ 2019-11-07 22:13:28 檢舉
@求關注 感謝你的方法
新的解決方式 在此留下幫助
匯入
dependencies {
implementation "cz.msebera.android:httpclient:4.4.1.2"
}
刪除之前的org 使用新的cz
import cz.msebera.android.httpclient.HttpResponse;
import cz.msebera.android.httpclient.NameValuePair;
import cz.msebera.android.httpclient.client.HttpClient;
import cz.msebera.android.httpclient.client.entity.UrlEncodedFormEntity;
import cz.msebera.android.httpclient.client.methods.HttpPost;
import cz.msebera.android.httpclient.impl.client.DefaultHttpClient;
import cz.msebera.android.httpclient.message.BasicNameValuePair;
import cz.msebera.android.httpclient.protocol.HTTP;

import cz.msebera.android.httpclient.HttpEntity;
這招有用! 特地登入來感謝您❤
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答