android - Getting Errors on the working code after adding appcompat_v7 library -


the code working fine before adding action bar in project. added library **appcompat_v7**. after adding action bar following problems occurred

code:

private static final httptransport http_transport = new nethttptransport();

error: nethttptransport cannot resolved type. httptransport cannot resolved type 

code:

@key public string id; 

error: key cannot resolved type

i think error happened because imports not working. imports are

com.google.api.client.googleapis.googleheaders; com.google.api.client.http.genericurl; com.google.api.client.http.httprequest; com.google.api.client.http.httprequestfactory; com.google.api.client.http.httprequestinitializer; com.google.api.client.http.httptransport; com.google.api.client.http.javanet.nethttptransport; com.google.api.client.http.json.jsonhttpparser; com.google.api.client.json.jackson.jacksonfactory;  com.google.api.client.util.key; 

please check android sdk tools , android sdk platform-tools. , upgarde android sdk tools rev. 22.3 , android sdk platform-tools 19 if not available.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -