error: cannot access Task class file for bolts
问题 Im working through the tutorial given here and im stuck at the section of code posted below: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_list_users); } //display clickable a list of all users private void setConversationsList() { currentUserId = ParseUser.getCurrentUser().getObjectId(); names = new ArrayList<String>(); ParseQuery<ParseUser> query = ParseUser.getQuery(); query.whereNotEqualTo("objectId",