What steps will reproduce the problem?
1.Run backend from android studio
2. In the browser, Open link for google api explorer
What is the expected output? What do you see instead?
All the api defined in backend should be displayed, but no api is displayed.
Attached is the screenshot.
What version of the product are you using? On what operating system?
Android Studio version 1.1.0
build.gradle for backend:
dependencies {
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.18'
compile 'com.google.appengine:appengine-endpoints:1.9.18'
compile 'com.google.appengine:appengine-endpoints-deps:1.9.18'
compile 'javax.servlet:servlet-api:2.5'
compile 'com.googlecode.objectify:objectify:5.1.5'
compile 'com.ganyo:gcm-server:1.0.2'
}
Attached are the logs observed.
Original issue reported on code.google.com by vivekm...@gmail.com on 22 Feb 2015 at 6:50
Original issue reported on code.google.com by
vivekm...@gmail.com
on 22 Feb 2015 at 6:50Attachments: