• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps method cannot be resolved to a type

Code:
 public void PostLogin() {
            // Create a new HttpClient and Post Header
            HttpClient httpclient = new DefaultHttpClient();

}


Syntax error on token "void", @ expected

PostLogin cannot be resolved to a type

Illegal modifier for parameter httpclient; only final is permitted

haven't seen these errors before, what am i doing wrong?
 
Back
Top Bottom