当我尝试更新它时使用Android SDK Manager只会提供以下有关无法连接的消息.我试过禁用防火墙和反恶意软件.我也尝试以管理员身份运行并转移到c:\ android.我正在运行Windows 7 64位.我也试过强迫等
无法获取网址https://dl-ssl.google.com/android/repository/addons_list-1.xml,原因:拒绝连接无法获取网址http://dl-ssl.google.com/android/repository /addons_list-1.xml,原因:拒绝连接
当我尝试订阅我的可观察对象时,出现以下错误。我不太确定为什么,因为我没有在代码中使用任何类型的 Stringify (据我所知)。它只是从 api 获取 JSON 数组。
\n ERROR TypeError: Converting circular structure to JSON\n --> starting at object with constructor 'Subscriber'\n | property '_subscriptions' -> object with constructor 'Array'\n | index 0 -> object with constructor 'MapSubscriber'\n --- property '_parentOrParents' closes the circle\n at JSON.stringify (<anonymous>)\n at JsonPipe.transform (common.js:4752)\n at Module.\xc9\xb5\xc9\xb5pipeBind1 (core.js:25782)\n at TicketlistComponent_Template (ticketlist.component.html:4)\n at executeTemplate (core.js:9600)\n at refreshView (core.js:9466)\n at refreshComponent (core.js:10637)\n at refreshChildComponents (core.js:9263)\n at refreshView (core.js:9516)\n at refreshEmbeddedViews (core.js:10591)\n
Run Code Online (Sandbox Code Playgroud)\n它似乎是在可观察值从服务返回后立即发生的
\n应用程序模块
\nimport …
Run Code Online (Sandbox Code Playgroud)