• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Developer Console Problem

belbourne

Lurker
I can't log into the Android Developer Console for a week. I tried different computers and browsers without success. When I do a tracert to market.android.com/publish, my computer is unable to resolve the target. However, when I do a tracert to market.android.com, it returns a valid ping response. Any help is much appreciated.

Code:
C:\Windows\System32>tracert market.android.com/publish
  Unable to resolve target system name market.android.com/publish.
   
  C:\Windows\System32>tracert market.android.com
   
  Tracing route to android-market.l.google.com [209.85.147.133]
  over a maximum of 30 hops:
   
    1   261 ms   239 ms   88 ms  192.168.13.1
    2    51 ms    44 ms   75 ms  90.211.124.147
    3   323 ms   224 ms   80 ms
 
Back
Top Bottom