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?
Try opening a terminal window and doing
appc logout
appc login
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.
open Terminal in Mac execute command -
appc setup
After setup completed you could able to login without any issues.
Related
When I only build application its fine, without errors but on deploy there is fail. I tried on empty project with the same result. I tried with other phone and onther computer, but it still fail. I am using jdk1.8.0_161
https://i.stack.imgur.com/Hi5Gl.jpg
You can try to reconnect your device:
Open the Android Adb Command Prompt (next to Android SDK Manager icon)
Type in adb connect 127.0.0.1:5554 (with 5554 being the port of your device)
I uninstalled all JDKs form computer, restared nad installed new JDK, that helped. Thank you for answer.
I am using Appcelerator Studio, build: 4.8.1.201612050850 and when i try to run on iPhone 6s simulator i am getting the error below. I am using XCode Version 8.3.2 (8E2002)
Error:
Appcelerator Platform
502
Bad Gateway
Dashboard
Status
Get Help
I have tried "appc logout" and "appc login" several times but nothing changed.
How can i fix this ?
Thanks
Make sure your Ti SDK version is latest in your tiapp.xml file then try this following command via the terminal.
sudo npm install -g appcelerator
appc use latest
appc logout -D
appc login
appc setup
Then open Appcelerator Studio and try to run it.
Using the Android Studio I was able to build my app.
After building I navigated to Build Variant changed to release.
Then using the Generate Signed Apk got the apk file: app-release.apk
Before uploading this file on phone I wanted to use this in my emulator and see if it's working. I navigated to the platform-tools directory and tried to use this command: adb install app-release.apk
But I am getting this error:
Failure:[INSTALL_FAILED_UPDATE_INCOMPATIBLE]
you have a version higher of app in your device, please first uninstall it. after run again
It is already installed. Try Unstalling old first and install this new one.
The solution is open a command prompt and type:
adb uninstall package-name
than
adb install app-release.apk
On Windows 8 I can debug a Nodejs app using launch.json without issue. However, on OSX I am forced to attach to a process instead. If I try to Launch a debugging session on OSX I get the error message:
"cannot launch 'node' in debug mode."
What am I doing wrong?
In early versions of VSCode we've seen a timing issue on OS X that would result in the error message. Please upgrade to the latest VSCode (0.5.0) and try again.
I wanted to install heroku toolbelt. I choose full instalation.
While install I got this error.
After install finishes heroku login does not work.
try this out:
Follow this link No matter it is related to running game on windows 7, try this on your windows 8. and let us know if it works.
try running it again as an administrator by right clicking on the file
You don't have the permission to write a file to the partition. You can try to run the installer with Administrator.
I am running Windows 8 X64 VM on my mac and i just installed Heroku tool belt on it and it seems to run without any issues.
Either try restarting your system or running gem.bat individually to see if it works or not.Possibly unprivileged to run with the current user account.