appengine task configuration in build.gradle of GAE application is as follows:
appengine {
downloadSdk = true
jvmFlags = ["-Ddatastore.backing_store=$localDbPath"]
httpPort = 8888
httpAddress = "0.0.0.0"
}
Connecting both devices ("Laptop - which running Android Studio" and "Mobile which running Android Application") in the same LAN connection.
***.***.*.*
. Still getting the connection timeout error.What are the settings missing in Android Studio ?
I got the same Connection timeout error while running in Android Studio while its not happening in Eclipse.
Below are the solutions which i have followed to overcome such issue
Solution 1:
Run your Android Studio App in Emulator instead of Mobile Physical device
This will reduce the connection timeout error
Solution 2:
Android Manifest file Internet permission updating and connecting with Local internet Wifi
Solution 3:
Check your gradle version and its followed the below in Android Studio,
[https://cloud.google.com/appengine/docs/flexible/java/using-gradle][1]
Check your environment by satisfying the google norms
[https://cloud.google.com/appengine/docs/the-appengine-environments][1]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With