ANDROID - java.lang.UnsatisfiedLinkError: No implementation found for long com.android.tools.profiler.support.network.HttpTracker $ Connection.nextId ()

0

Good community, I just found this error just start the app on the physical device, without changing any part of the main code where the app started has missed this error, does not indicate any line of code where the error is , still I pass the data of logcat

  

10-30 20: 05: 50.772 16897-16919 / en.aandg.demo E / AndroidRuntime: FATAL EXCEPTION: AsyncTask # 1

     

Process: en.aandg.demo, PID: 16897

     

java.lang.UnsatisfiedLinkError: No implementation found for long com.android.tools.profiler.support.network.HttpTracker $ Connection.nextId () (tried Java_com_android_tools_profiler_support_network_HttpTracker_00024Connection_nextId and Java_com_android_tools_profiler_support_network_HttpTracker_00024Connection_nextId __)

     

at com.android.tools.profiler.support.network.HttpTracker $ Connection.nextId (Native Method)

     

at com.android.tools.profiler.support.network.HttpTracker $ Connection. (HttpTracker.java:191)

     

at com.android.tools.profiler.support.network.HttpTracker $ Connection. (HttpTracker.java:186)

     

at com.android.tools.profiler.support.network.HttpTracker.trackConnection (HttpTracker.java:280)

     

at com.android.tools.profiler.support.network.httpurl.TrackedHttpURLConnection. (TrackedHttpURLConnection.java:49)

     

at com.android.tools.profiler.support.network.httpurl.HttpsURLConnection $. (HttpsURLConnection $ .java: 50)

     

at com.android.tools.profiler.support.network.httpurl.HttpURLWrapper.wrapURLConnectionHelper (HttpURLWrapper.java:40)

     

at com.android.tools.profiler.support.network.httpurl.HttpURLWrapper.wrapURLConnection (HttpURLWrapper.java:55)

     

at com.facebook.GraphRequest.createConnection (GraphRequest.java:1407)

     

at com.facebook.GraphRequest.toHttpConnection (GraphRequest.java:1067)

     

at com.facebook.GraphRequest.executeBatchAndWait (GraphRequest.java:1155)

     

at com.facebook.GraphRequest.executeBatchAndWait (GraphRequest.java:1131)

     

at com.facebook.GraphRequest.executeBatchAndWait (GraphRequest.java:1115)

     

at com.facebook.GraphRequest.executeAndWait (GraphRequest.java:1090)

     

at com.facebook.GraphRequest.executeAndWait (GraphRequest.java:984)

     

at com.facebook.internal.FetchedAppSettingsManager.getAppSettingsQueryResponse (FetchedAppSettingsManager.java:223)

     

at com.facebook.internal.FetchedAppSettingsManager.access $ 100 (FetchedAppSettingsManager.java:53)

     

at com.facebook.internal.FetchedAppSettingsManager $ 1.run (FetchedAppSettingsManager.java:132)

     

at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1113)

     

at java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:588)

     

at java.lang.Thread.run (Thread.java:818)

Thanks and best regards.

    
asked by Adrián Garrido Blázquez 30.10.2017 в 20:12
source

1 answer

2

The same thing happened to me after wanting to use Android Profiler. Apparently Advance Debugging does not work well with facebook dependencies.

The solution is to disable that option in: Run Configurations > Profiling > Destildar enable advance profiling

    
answered by 03.12.2017 в 09:57