Skip to content

Instantly share code, notes, and snippets.

@mkash32
Created January 19, 2016 23:54
Show Gist options
  • Save mkash32/fe8b9f87bc561311dad2 to your computer and use it in GitHub Desktop.
Save mkash32/fe8b9f87bc561311dad2 to your computer and use it in GitHub Desktop.
/home/mkash32/Documents/Projects/privly/privly-android/app/src/main/java/ly/priv/mobile/gui/activities/LoginActivity.java
Error:(22, 23) error: package org.apache.http does not exist
Error:(23, 23) error: package org.apache.http does not exist
Error:(24, 23) error: package org.apache.http does not exist
Error:(25, 37) error: package org.apache.http.client.entity does not exist
Error:(26, 38) error: package org.apache.http.client.methods does not exist
Error:(27, 35) error: cannot find symbol class Scheme
Error:(28, 35) error: cannot find symbol class SchemeRegistry
Error:(31, 35) error: package org.apache.http.impl.client does not exist
Error:(32, 33) error: package org.apache.http.impl.conn does not exist
Error:(33, 31) error: package org.apache.http.message does not exist
Error:(34, 28) error: package org.apache.http.util does not exist
Error:(176, 27) error: cannot find symbol class NameValuePair
Error:(176, 73) error: cannot find symbol class NameValuePair
Error:(178, 40) error: cannot find symbol class BasicNameValuePair
Error:(180, 34) error: cannot find symbol class BasicNameValuePair
Error:(184, 21) error: cannot find symbol class DefaultHttpClient
Error:(184, 52) error: cannot find symbol class DefaultHttpClient
Error:(185, 21) error: cannot find symbol class SchemeRegistry
Error:(185, 51) error: cannot find symbol class SchemeRegistry
Error:(190, 43) error: cannot find symbol class Scheme
Error:(191, 21) error: cannot find symbol class SingleClientConnManager
Error:(191, 55) error: cannot find symbol class SingleClientConnManager
Error:(193, 21) error: cannot find symbol class DefaultHttpClient
Error:(193, 56) error: cannot find symbol class DefaultHttpClient
Error:(197, 21) error: cannot find symbol class HttpPost
Error:(197, 45) error: cannot find symbol class HttpPost
Error:(198, 44) error: cannot find symbol class UrlEncodedFormEntity
Error:(199, 21) error: cannot find symbol class HttpResponse
Error:(200, 21) error: cannot find symbol class HttpEntity
Error:(201, 38) error: cannot find symbol variable EntityUtils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment