Currently implementing some example code based on the https://github.com/koush/AndroidAsync lib, getting unresolved method for
".getString" ".getJSONObject" and ".getJSONArray"
Gradle is in sync and i have ran "invalidate cache and restart"
Dep added to Grandle.
compile 'com.koushikdutta.async:androidasync:2.2.1'
Suggestions i am getting from IDE starting with 'get'
Suggestions? Is the lib examples old? Dep is wrong?