-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
ANDROID SDK , NO RESULT (bad json response) #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i had the same problem. |
@pccrazy Please try @theolm 's suggestion and let me know if that does not fix things. |
I don't think If you are running your app in the Android emulator you should use |
That is a good point... hehe, I didn't realize he's running it on Android. |
@gfosco @rciovati @theolm hi guys i have tried it , it seems i am having issues with my localhost so i upload the app in google app engine then i just added / in the last last of url and it did work finally thank you too much i appreciate it here is an ex of google app engine url |
for android the server link https://localhost:1337/parse/1/ |
hello ,
i have successfully migrate the data from parse to mongodb using the tools from parse ,i also installed parse server locally and its running , i have tested a query in terminal its working. However , when i tried the android sdk the app didn't show any results it show an error which says bad json response

.
the result from the query
the shell script which a run to query
android configuration for local parse
the query (same as the shell)
android manifest.
the error
please help
The text was updated successfully, but these errors were encountered: