syntax error on token variabledeclaratorid expected after this token
问题 Im getting "syntax error on token variabledeclaratorid expected after this token" on the following line listAq = new AQuery(this); Here is my full code package com.example.test; import org.json.JSONObject; import android.app.Activity; import android.os.Bundle; import android.widget.ArrayAdapter; import com.androidquery.AQuery; public class TestActivity extends Activity { private AQuery aq; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);