anguyenqd / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

basic ajax call example doesn't work #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
  follow the steps of first ajax example in wiki document

What is the expected output? What do you see instead?
  get the google search JSON result 
  actually it returns null always

Original issue reported on code.google.com by wenjie....@yuntu.com on 31 Dec 2011 at 7:47

GoogleCodeExporter commented 9 years ago
Try to hit the url in a browser and see if it returns anything. 

Original comment by tinyeeliu@gmail.com on 3 Jan 2012 at 3:25

GoogleCodeExporter commented 9 years ago
Did you have the permission? 

<uses-permission android:name="android.permission.INTERNET" /> 

Original comment by tinyeeliu@gmail.com on 3 Jan 2012 at 3:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Oh, yes, it's permission issues. It works now. :)

Original comment by wenjie....@yuntu.com on 3 Jan 2012 at 5:10