Reputation: 2165
I used Appcelerator to build my mobile application. So today if I try to start Appcelerator studio I have this situation.
And if I try to click on that screen after some times, I have a windows error like this:
How can I fix the problem??
I have try to re-download Appcelerator Studio, repair option, modify option, uninstall and reinstall but it doesn't work.
How can I re-open my IDE?
Upvotes: 3
Views: 3128
Reputation: 107
open Terminal in Mac execute command -
appc setup
After setup completed you could able to login without any issues.
Upvotes: 0
Reputation: 3549
Seems to be you are having a problem with your Appcelerator login. To identify the root cause.
For mac, Go to terminal and run, $DEBUG=* appc login -l trace
For windows, set DEBUG=* && appc login
What is the error which you are getting here? If you've configured proxy, verify the settings.
Once you are able to login from the command line(CLI), relaunch the studio.
Upvotes: 8