Failed to retrieve API configs with status: 404 - Google App Engine

前端 未结 3 2004
闹比i
闹比i 2021-01-01 17:27

I\'m trying to debug the helloword sample on real device. After lots of searching, I\'ve managed to do some settings.

What I did to debug on real device:

    <
3条回答
  •  情话喂你
    2021-01-01 18:02

    Accepted answer solves the issue. Mentioning steps for deploying GAE from Android studio with screenshots hoping it would save save some more dev time. In Android studio.

    1. Select your Google App engine module.
    2. Then select the dropdown and click in edit configurations
    3. Unselect the check box saying "Synchronize with build.gradle configuration"
    4. In place of server address put "0.0.0.0" (accept all connections).
    5. Select Apply and Ok. Rerun the server.

提交回复
热议问题