I have an app that I haven’t built in years. I just successfully built it in the Windows simulator, but I can’t build an Android APK using my keystore or the debug keystore either. With both keystores, I get the same error:
11:50:17.634 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
11:50:17.634 jarsigner: unable to sign jar: no response from the Timestamping Authority. When connecting from behind a firewall an HTTP or HTTPS proxy may need to be specified. Supply the following options to jarsigner:
11:50:17.634 -J-Dhttp.proxyHost=<hostname>
11:50:17.634 -J-Dhttp.proxyPort=<portnumber>
11:50:17.634 or
11:50:17.634 -J-Dhttps.proxyHost=<hostname>
11:50:17.634 -J-Dhttps.proxyPort=<portnumber>
Does this mean that my firewall is blocking Solar? How can I test that?