please help me to resolve this error. thank you in advance 


E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #4
                                                                              
Process: com.app, PID: 16432
                                                                              
java.lang.RuntimeException: An error occured while executing 
doInBackground()
                                                                                
  
at android.os.AsyncTask$3.done(AsyncTask.java:300)
                                                                                
  
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
                                                                                
  
at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
                                                                                
  
at java.util.concurrent.FutureTask.run(FutureTask.java:242)
                                                                                
  
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
                                                                                
  
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
                                                                                
  
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
                                                                                
  
at java.lang.Thread.run(Thread.java:841)
                                                                               
Caused by: java.lang.NoClassDefFoundError: 
org.apache.http.entity.mime.MultipartEntityBuilder
                                                                                
  
at 
com.app.parse.MultiPartRequester$AsyncHttpRequest.doInBackground(MultiPartRequester.java:73)
                                                                                
  
at 
com.app.parse.MultiPartRequester$AsyncHttpRequest.doInBackground(MultiPartRequester.java:59)
                                                                                
  
at android.os.AsyncTask$2.call(AsyncTask.java:288)
                                                                                
  
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
                                                                                
  
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) 
                                                                                
  
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) 

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

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

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d4b65735-a822-4477-a04b-8d001582702f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to