Valid license revoked?
Hello there, I have a license valid until october:
though, when I try to compile I get this message:
And subsequently the license disappears from SDK MANAGER:
This is bizarre. any help?
This means that the ADT tool isn't able to validate the license file and it's too old, hence getting removed. Generally this happens when the computer is not connected to the internet or has some firewall in place.
It's odd that the AIR SDK Manager is able to validate it though..
Can I check if you have any proxy server being used? If so, can you set up an environment variable for it and then open a command prompt and run "adt -license" again (having put back the license file - let me know if you need us to re-send the original one).
e.g. set HTTPS_PROXY to proxyhost:port - or you can do it manually/temporarily within a command prompt via
set HTTPS_PROXY=proxyhost:port
adt -license
thanks