2

I am using Parse Library:

compile 'com.parse.bolts:bolts-tasks:1.3.0'
    compile 'com.parse:parse-android:1.11.0'

I am getting error with ParseQueryAdapter cannot resolve symbol.

enter image description here

Sagar Atalatti
  • 486
  • 1
  • 8
  • 21

1 Answers1

4

It is part of parse ui now. Adding

compile 'com.parse:parseui-widget-android:0.0.1'

To your build.gradle and you should be able to import it. You can read more in the changelogs of parse

Blackbelt
  • 156,034
  • 29
  • 297
  • 305